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