{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "p-checkbox-1",
  "description": "Basic checkbox",
  "registryDependencies": [
    "@coss/checkbox",
    "@coss/label"
  ],
  "files": [
    {
      "path": "registry/default/particles/p-checkbox-1.tsx",
      "content": "import { Checkbox } from \"@/registry/default/ui/checkbox\";\nimport { Label } from \"@/registry/default/ui/label\";\n\nexport default function Particle() {\n  return (\n    <Label>\n      <Checkbox />\n      Accept terms and conditions\n    </Label>\n  );\n}\n",
      "type": "registry:block"
    }
  ],
  "categories": [
    "checkbox"
  ],
  "type": "registry:block"
}