Examples
Basic usage
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| @label | string | Yes | The label for the toggle field |
| @checked | boolean | No | Whether the toggle is checked |
| @disabled | boolean | No | Whether the toggle field is disabled |
A simple toggle wrapper component with customizable label and checked state.
| Name | Type | Required | Description |
|---|---|---|---|
| @label | string | Yes | The label for the toggle field |
| @checked | boolean | No | Whether the toggle is checked |
| @disabled | boolean | No | Whether the toggle field is disabled |