Choose between a set of options.
import { Switch } from "@/components/ui/switch"; export default function DisabledDemo() { return ( <Switch> <Switch.Control defaultChecked disabled label="Source" value="source" /> <Switch.Control disabled label="Output" value="output" /> </Switch> ); }
Part of Geist — browse the full library on 21st.dev.