Here is Checkbox component
import { Checkbox } from "@/components/ui/checkbox-1" export default function CheckboxIndeterminate() { return <Checkbox isIndeterminate>Subscribe</Checkbox> }
Part of Jolly UI — browse the full library on 21st.dev.