GithubX

Switch

Toggle between checked and not checked.

## installation

pnpm dlx shadcn@latest add https://ascii.cnlibs.com/r/switch.json

## usage

import { Label } from "@/components/ui/label";
import { Switch } from "@/components/ui/switch";
<Label>
  <Switch /> auto-updates
</Label>

## checked

## disabled