Primitives
Switch
An accessible on/off switch control with label and optional helper text.
Preview:1280px
Notifications
Dark mode
Beta features
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| checked | boolean | false | Controlled on/off state. |
| onChange | (checked: boolean) => void | - | Fired when toggled. |
| label | string | - | Label shown beside the switch. |
| description | string | - | Supporting text shown below the label. |
| size | 'sm' | 'md' | 'lg' | 'md' | Track and thumb size. |
| disabled | boolean | false | Prevents interaction. |