Components
Loading preview...
A control that allows the user to toggle between checked and not checked with smooth animations and multiple variants.
npx shadcn@latest add https://21st.dev/r/preetsuthar17/switchimport { Switch } from "@/components/ui/switch";
export default function DemoOne() {
return <Switch defaultChecked />;
}