{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "checkbox", "title": "Checkbox", "description": "An accessible independent selection control.", "dependencies": [ "lucide-react@^1.28.0" ], "registryDependencies": [ "@manner/utils", "@manner/manner-theme" ], "files": [ { "path": "registry/manner/ui/checkbox.tsx", "content": "\"use client\";\n\nimport * as React from \"react\";\nimport { Check } from \"lucide-react\";\nimport { cn } from \"@/lib/cn\";\n\nexport function Checkbox({ children, className, ...props }: React.InputHTMLAttributes) {\n const id = React.useId();\n return ;\n}\n", "type": "registry:ui" } ], "type": "registry:ui" }