Checkbox
Checkboxes let users select one or more items from a list, or turn an item on or off
Usage
Props
Props | Type | Description | Default |
---|---|---|---|
indeterminate | boolean | whether the item is toggled on or off. | false |
color | primary secondary tertiaray error | The color of the checkbox | null |
disabled | boolean | Whether the checkbox is disabled | false |
checked | boolean | Whether the checkbox is checked | null |
defaultChecked | boolean | The checkbox default checked | false |
Events
Events | Description |
---|---|
onChange | fired when value changed |