Checkbox
/Documentation
Checkbox
A control that allows the user to toggle between checked and not checked.
Props
| Name | Type | Default | Description |
|---|---|---|---|
| checked | boolean | - | Controlled checked state |
| disabled | boolean | - | Disable the checkbox |
| indeterminate | boolean | - | Indeterminate state |
Stories
Default
Basic checkbox
With Label
Checkbox with clickable label
With description
With description
By clicking this checkbox, you agree to the terms and conditions.
Card Style
Card style
Disabled
Disabled checkboxes in different states