{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "p-checkbox-4",
  "description": "Card-style checkbox",
  "registryDependencies": [
    "@coss/checkbox",
    "@coss/label"
  ],
  "files": [
    {
      "path": "registry/default/particles/p-checkbox-4.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 className=\"flex items-start gap-2 rounded-lg border p-3 hover:bg-accent/50 has-data-checked:border-primary/48 has-data-checked:bg-accent/50\">\n      <Checkbox defaultChecked />\n      <div className=\"flex flex-col gap-1\">\n        <p>Enable notifications</p>\n        <p className=\"text-muted-foreground text-xs\">\n          You can enable or disable notifications at any time.\n        </p>\n      </div>\n    </Label>\n  );\n}\n",
      "type": "registry:block"
    }
  ],
  "categories": [
    "checkbox"
  ],
  "type": "registry:block"
}