pnpm dlx shadcn@latest add @saturation/switchimport { Switch } from "@/components/ui/switch"<Switch />| Prop | Type | Default | Description |
|---|---|---|---|
checked | boolean | — | The controlled checked state. |
defaultChecked | boolean | — | The default checked state. |
onCheckedChange | (checked: boolean) => void | — | Event handler for state changes. |