Checkbox
Use the Checkbox component when users can choose 0 or more than 1 options from a list. Checkbox maps to a checkbox input and a label.
Usage Example
Live Editor
Result
Loading...
Props
Prop | Type | Default | Description |
---|---|---|---|
color | string (optional) | 'primary' | |
label | string (optional) | ||
theme | object (optional) | Sets theme. |
Checkbox uses COMMON, LAYOUT, POSITION, FLEXBOX, BORDERS groups of Styled System props.