Components
Loading preview...
Here is Checkbox component
@jollyshopland
npx shadcn@latest add https://21st.dev/r/jollyshopland/checkbox-1import { Checkbox } from "@/components/ui/checkbox-1"
export default function CheckboxIndeterminate() {
return <Checkbox isIndeterminate>Subscribe</Checkbox>
}