{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "snapp-checkbox", "title": "Snapp Checkbox", "description": "The shared Snapp checkbox UI primitive.", "dependencies": [ "lucide-react", "radix-ui" ], "registryDependencies": [ "@snapp/snapp-utils" ], "files": [ { "path": "registry/radix-nova/ui/checkbox.tsx", "content": "import * as React from \"react\"\nimport { Checkbox as CheckboxPrimitive } from \"radix-ui\"\n\nimport { cn } from \"@/lib/utils\"\nimport { CheckIcon } from \"lucide-react\"\n\nfunction Checkbox({\n className,\n ...props\n}: React.ComponentProps) {\n return (\n \n svg]:size-3.5\"\n >\n \n \n \n )\n}\n\nexport { Checkbox }\n", "type": "registry:ui", "target": "@ui/checkbox.tsx" } ], "type": "registry:ui" }