Here is Switch component
npx @21st-dev/cli add jolbol1/switch-1
Loading preview...
import { Switch } from "@/components/ui/switch-1" export default function SwitchReadonly() { return ( <Switch isReadOnly isSelected> Bluetooth </Switch> ) }