Atoms
Checkbox
A control that allows the user to toggle between checked and not checked.
shadcn/uiBased on shadcn/ui with Formance brand styling.
Installation#
npx shadcn@latest add @formance/checkboxInstall the following dependencies:
npm install radix-ui lucide-reactCopy and paste the following code into your project.
Update the import paths to match your project setup.
Usage#
import { Checkbox } from '@/components/ui/checkbox'<Checkbox />