A control that allows users to select one or more options from a set.
| Property | Description | Type |
|---|---|---|
name | Applies the name attribute to the checkbox input. | string |
checked | Changes the state of the checkbox to checked. | boolean |
disabled | Makes the checkbox inaccessible. | boolean |
indeterminate | Changes the state of the checkbox to indeterminate. | boolean |
label | Adds a label above the checkbox. | string |
error | Adds an error message below the checkbox. | string |
hint | Adds a hint below the checkbox. | string |