Switch
An on/off toggle whose track lights up when on. The thumb slides; the light is the state.
Draw
npx shadcn@latest add @clow/switchPlayground
props
<Switch />Examples
basic
Props
| prop | type | default |
|---|---|---|
| defaultChecked | boolean | true |
| disabled | boolean | false |