Here is Switch component
import { Switch } from "@/components/ui/switch-1" export default function SwitchReadonly() { return ( <Switch isReadOnly isSelected> Bluetooth </Switch> ) }
Part of Jolly UI — browse the full library on 21st.dev.