Back to Components
Components
Checkbox Group
Checkbox list with optional select all toggle and indeterminate support.
Dependencies
- clsx
- tailwind-merge
Files
- components/ui/checkbox-group.tsx
Installation
Using shadcn CLI
npx shadcn add checkbox-group --url https://ui.hampton.ioManual installation
Copy the component file to your project and install dependencies:
npm install clsx tailwind-merge