Checkbox & Radio button Component
The value assigned to a checkbox or radio button is evaluated as boolean (true/false) to determinate if it should be checked or unchecked. If you want to have a group of radio buttons, you need to use the Container component to iterate over the list of items and add the Radio component as a subcomponent.
Checkbox
Radio button
Updated on: 21/11/2022
Thank you!