CheckBoxGroup
Basic Usage
Show editable code example
Any Paragon component or export may be added to the code example.
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>