apps/design-system/content/docs/components/checkbox.mdx
npx shadcn-ui@latest add checkbox
<Step>Install the following dependencies:</Step>
npm install @radix-ui/react-checkbox
<Step>Copy and paste the following code into your project.</Step>
<ComponentSource name="checkbox" /><Step>Update the import paths to match your project setup.</Step>
</Steps> </TabsContent> </Tabs>import { Checkbox } from '@/components/ui/checkbox'
<Checkbox />