A control that allows the user to toggle between on and off.
import { Label } from "@/registry/ui/label"
import { Switch } from "@/registry/ui/switch"
Installation
pnpmnpmyarnbun
Usage
import { Switch } from "@/components/ui/switch"<Switch />Examples
With Label
import { Label } from "@/registry/ui/label"
import { Switch } from "@/registry/ui/switch"
Disabled
import { Label } from "@/registry/ui/label"
import { Switch } from "@/registry/ui/switch"