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