Checkbox
Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.
| Property | Type | Values | Default | Required | Description |
|---|---|---|---|---|---|
| label | string | - | - | No | When the label is not defined, the checkbox appears as a standalone checkbox. |
| isSelected | boolean | - | false | No | - |
| isIndeterminate | boolean | - | false | No | When a checkbox is indeterminate, it overrides the selection state. |
| size | string | s, m, l, xl | m | No | - |
| isEmphasized | boolean | - | false | No | - |
| isDisabled | boolean | - | false | No | - |
| isError | boolean | - | false | No | - |
| state | string | default, hover, down, keyboard focus | default | No | - |