Switch
A control that allows the user to toggle between checked and not checked.
Installation
npx nativecn add Switch
Usage
import { Switch } from "@/components/Switch"
<Switch
checked={checked}
onCheckedChange={setChecked}
/>
A control that allows the user to toggle between checked and not checked.
npx nativecn add Switch
import { Switch } from "@/components/Switch"
<Switch
checked={checked}
onCheckedChange={setChecked}
/>