import { Label } from '@/registry/default/ui/base-label';
import { Switch } from '@/registry/default/ui/base-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/base-switch-defaultimport { BaseSwitchDefault } from "@/components/base-switch-default"<BaseSwitchDefault />