{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "p-switch-2",
  "description": "Disabled switch",
  "registryDependencies": [
    "@coss/label",
    "@coss/switch"
  ],
  "files": [
    {
      "path": "registry/default/particles/p-switch-2.tsx",
      "content": "import { Label } from \"@/registry/default/ui/label\";\nimport { Switch } from \"@/registry/default/ui/switch\";\n\nexport default function Particle() {\n  return (\n    <Label>\n      <Switch disabled />\n      Marketing emails\n    </Label>\n  );\n}\n",
      "type": "registry:block"
    }
  ],
  "categories": [
    "switch"
  ],
  "type": "registry:block"
}