{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "checkbox-demo", "type": "registry:example", "author": "shadcn (https://ui.shadcn.com)", "registryDependencies": [ "checkbox" ], "files": [ { "path": "examples/checkbox-demo.tsx", "content": "\"use client\"\n\nimport { Checkbox } from \"@/registry/new-york/ui/checkbox\"\n\nexport default function CheckboxDemo() {\n return (\n
\n \n \n Accept terms and conditions\n \n
\n )\n}\n", "type": "registry:example", "target": "" } ] }