Check
A component that displays a checkbox, usually for forms
Preview
Attributes
| Property | Description | Attribute | Type | Default |
|---|---|---|---|---|
| checked | Checked state of the checkbox | checked | boolean | false |
| disabled | Disables the checkbox | disabled | boolean | false |
Methods
| Method | Description | Returns |
|---|---|---|
| check | Checks the checkbox | void |
| uncheck | Unchecks the checkbox | void |
| toggle | Toggles the checkbox | void |