Switch
A toggle between two mutually exclusive states. Built on Radix Switch.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| checked | boolean | - | Controlled checked state |
| onCheckedChange | (checked: boolean) => void | - | Callback on toggle |
| disabled | boolean | false | Disabled state |
Import
import { Switch } from '@blastx/ui';