Atom
Checkbox
A atom component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/checkboxUsage
tsx
import { Checkbox } from "@/components/ui/atoms/checkbox.tsx";
export default function Example() {
return <Checkbox />;
}A atom component from the MADT registry.
npx shadcn@latest add @madt/checkboximport { Checkbox } from "@/components/ui/atoms/checkbox.tsx";
export default function Example() {
return <Checkbox />;
}