{ "$schema": "https://blode.co/ui/schema/registry-item.json", "name": "checkbox-group", "title": "Checkbox Group", "author": "Matthew Blode", "description": "A grouped set of related checkboxes managed with shared state.", "dependencies": ["@base-ui/react"], "registryDependencies": ["checkbox"], "files": [ { "path": "ui/checkbox-group.tsx", "content": "\"use client\";\n\nimport { CheckboxGroup as CheckboxGroupPrimitive } from \"@base-ui/react/checkbox-group\";\nimport type * as React from \"react\";\n\nimport { cn } from \"@/lib/utils\";\n\nconst CheckboxGroup = ({\n className,\n ...props\n}: React.ComponentProps) => (\n \n);\n\nconst CheckboxGroupLabel = ({ className, ...props }: React.ComponentProps<\"div\">) => (\n \n);\n\nexport { CheckboxGroup, CheckboxGroupLabel };\n", "type": "registry:ui", "target": "" } ], "type": "registry:ui" }