Here is Switch component
import { Switch } from '@/components/ui/switch' const SwitchSquareDemo = () => { return <Switch aria-label='Square switch' className='rounded-xs [&_span]:rounded-xs' /> } export default SwitchSquareDemo
Part of ShadcnStudio — browse the full library on 21st.dev.