Switch
Toggle switch alternative to the checkbox.
API Reference
SwitchProps
Extends all the standard HTML attributes of the `<input type="checkbox">` element.
| Property | Type | Default | Description |
|---|---|---|---|
onCheckedChange | function | Callback when checked change | |
ref $bindable | HTMLInputElement | Reference to the rendered DOM element. | |
color | union | Switch color | |
size | union | "2" | Switch size |
radius | union | Switch radius |
Examples
Colors
Sizes
States
Group
group: ["1"]