import { Label } from '@/registry/default/ui/label';
import { Switch } from '@/registry/default/ui/switch';
export default function SwitchDemo() {
return (
<div className="flex items-center space-x-2">
<Switch id="auto-update" defaultChecked />
<Label htmlFor="auto-update">Auto update</Label>
</div>
);
}
npx shadcn@latest add @reui/switch-defaultimport { SwitchDefault } from "@/components/switch-default"<SwitchDefault />