{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "checkbox-with-text", "type": "registry:example", "author": "shadcn (https://ui.shadcn.com)", "registryDependencies": [ "checkbox" ], "files": [ { "path": "examples/checkbox-with-text.tsx", "content": "\"use client\"\n\nimport { Checkbox } from \"@/registry/default/ui/checkbox\"\n\nexport default function CheckboxWithText() {\n return (\n
\n You agree to our Terms of Service and Privacy Policy.\n
\n