A control that toggles between two options, checked or unchecked.
Loading preview...
import { Checkbox } from "@/components/ui/checkbox-1"; export default function DisabledDemo() { return <Checkbox indeterminate>Option 1</Checkbox>; }
Part of Geist — browse the full library on 21st.dev.