Toggle
A component that displays a toggle switch.
Preview
Attributes
| Property | Description | Attribute | Type | Default |
|---|---|---|---|---|
| toggled | Value of the toggle | toggled | boolean | false |
| disabled | Disables the toggle | disabled | boolean | false |
Methods
| Method | Description | Returns |
|---|---|---|
| toggle | Toggles the toggle switch | void |