Components
Loading preview...
A reusable component for a checkbox
@avanishverma4
npx shadcn@latest add https://21st.dev/r/avanishverma4/checkbox-02import Component from "@/components/ui/checkbox-02";
export default function DemoOne() {
return <Component />;
}