CheckBoxGroup
Basic Usage
CheckBoxGroup Props API
children
element
[]
Requiredrepresents the CheckBox components defined within the CheckBoxGroup component and is not a specific named prop that needs to be passed in. At least one CheckBox must be defined within the group. Example:
<CheckBoxGroup><CheckBox .../></CheckBoxGroup>