Home / File/ checkbox-with-text.json — ui Source File

checkbox-with-text.json — ui Source File

Architecture documentation for checkbox-with-text.json, a json file in the ui codebase.

Entity Profile

Source Code

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "checkbox-with-text",
  "registryDependencies": [
    "checkbox"
  ],
  "files": [
    {
      "path": "registry/new-york-v4/examples/checkbox-with-text.tsx",
      "content": "\"use client\"\n\nimport { Checkbox } from \"@/registry/new-york-v4/ui/checkbox\"\n\nexport default function CheckboxWithText() {\n  return (\n    <div className=\"items-top flex gap-2\">\n      <Checkbox id=\"terms1\" />\n      <div className=\"grid gap-1.5 leading-none\">\n        <label\n          htmlFor=\"terms1\"\n          className=\"text-sm leading-none font-medium peer-disabled:cursor-not-allowed peer-disabled:opacity-70\"\n        >\n          Accept terms and conditions\n        </label>\n        <p className=\"text-muted-foreground text-sm\">\n          You agree to our Terms of Service and Privacy Policy.\n        </p>\n      </div>\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}

Frequently Asked Questions

What does checkbox-with-text.json do?
checkbox-with-text.json is a source file in the ui codebase, written in json.
Where is checkbox-with-text.json in the architecture?
checkbox-with-text.json is located at apps/v4/public/r/styles/new-york-v4/checkbox-with-text.json (directory: apps/v4/public/r/styles/new-york-v4).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free