Checkbox
The Checkbox component provides a way for the end user to toggle between checked / unchecked states.
Last updated
The Checkbox component provides a way for the end user to toggle between checked / unchecked states.
Last updated
Name | Type | Description | Required | Default |
---|---|---|---|---|
|
| Prevents the checkbox from interaction. |
| |
| string | Text that shows to the right of the checkbox input. |
| |
|
| Executes the provided function when the user clicks the checkbox input. | ||
|
| Text that appears when hovering over the | ||
|
| When not |
| |
|
| State value associated with the checkbox to determine if it is checked. |