Code
Props
className
string
β
label
string
β
info
string
β
children
-HTML tags -Custom Components (Checkbox and CheckboxSubGroup)
β
helptext
string
β
disabled
boolean
β
error
boolean
β
errorMessage
string
β
onChange
function event
β
Children
To generate the structure required for the checkboxGroup, the developer is able to insert the following components as children elements:
Checkbox
Consult the Checkbox chapter to know more about the props it receives.
CheckboxSubGroup
children
HTML Tags Custom Components (Checkbox)
β
label
string
β
Event Response
This component is not sending any response, instead, it is just facilitating the individual Checkbox components events.
onChange

Components Dependency
For this component elaboration there were used the following internal components:
Live Demo
For detailed code usage documentation, see the Storybooks for each framework below.
React
Last updated