Checkbox Group
roi-ui/checkbox-groupFreeItem
A set of checkboxes with shared state management for selecting multiple options.
Install it
npx shadcn@latest add https://roiui.com/r/checkbox-group.jsonSource
1"use client";23import { CheckboxGroup } from "@base-ui/react/checkbox-group";4import { cn } from "@/lib/utils";5import styles from "./checkbox-group.module.css";67function CheckboxGroupRoot({ className, ...props }: CheckboxGroup.Props) {8 return <CheckboxGroup className={cn(styles.root, className)} data-slot="checkbox-group-root" {...props} />;9}1011export { CheckboxGroupRoot as CheckboxGroup };
Files it writes
More from Roi UI
All 123 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordionaccordion | Roi UI | Other | Free | no deps · 2 files | |
| Accordion (Tailwind)accordion-tailwind | Roi UI | Other | Free | no deps | |
| AI Chatai-chat | Roi UI | Other | Free | no deps · 2 files | |
| AI Chat (Tailwind)ai-chat-tailwind | Roi UI | Other | Free | no deps | |
| Alertalert | Roi UI | Other | Free | 1 dep · 2 files | |
| Alert Dialogalert-dialog | Roi UI | Other | Free | no deps · 2 files | |
| Alert Dialog (Tailwind)alert-dialog-tailwind | Roi UI | Other | Free | no deps | |
| Alert (Tailwind)alert-tailwind | Roi UI | Other | Free | 1 dep |
