{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "checkbox", "dependencies": [ "@base-ui/react", "lucide-react" ], "registryDependencies": [ "utils" ], "files": [ { "path": "registry/new-york-v4/ui/checkbox.tsx", "content": "\"use client\";\n\nimport { Checkbox as CheckboxPrimitive } from \"@base-ui/react/checkbox\";\n\nimport { cn } from \"@/lib/utils\";\nimport { CheckIcon } from \"lucide-react\";\n\nfunction Checkbox({ className, ...props }: CheckboxPrimitive.Root.Props) {\n return (\n \n svg]:size-3.5\"\n >\n \n \n \n );\n}\n\nexport { Checkbox };\n", "type": "registry:ui" } ], "type": "registry:ui" }