SwitchA toggle control that allows users to switch between two states.Installation CLIManualnpmyarnpnpmbunnpx saaj add switch Usage import { Switch } from '@/components/ui/switch'; export function SwitchDemo() { return ( <Switch /> ); }PreviousSpinnerNextText