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