checkbox-disabled.json — ui Source File
Architecture documentation for checkbox-disabled.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"$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 <div className=\"flex items-center space-x-2\">\n <Checkbox id=\"terms2\" disabled />\n <label\n htmlFor=\"terms2\"\n className=\"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70\"\n >\n Accept terms and conditions\n </label>\n </div>\n )\n}\n",
"type": "registry:example",
"target": ""
}
]
}
Source
Frequently Asked Questions
What does checkbox-disabled.json do?
checkbox-disabled.json is a source file in the ui codebase, written in json.
Where is checkbox-disabled.json in the architecture?
checkbox-disabled.json is located at apps/v4/public/r/styles/default/checkbox-disabled.json (directory: apps/v4/public/r/styles/default).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free