{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "p-field-15",
  "description": "Field with toggle switch",
  "registryDependencies": [
    "@coss/field",
    "@coss/switch"
  ],
  "files": [
    {
      "path": "registry/default/particles/p-field-15.tsx",
      "content": "import { Field, FieldLabel } from \"@/registry/default/ui/field\";\nimport { Switch } from \"@/registry/default/ui/switch\";\n\nexport default function Particle() {\n  return (\n    <Field>\n      <FieldLabel>\n        <Switch />\n        Email notifications\n      </FieldLabel>\n    </Field>\n  );\n}\n",
      "type": "registry:block"
    }
  ],
  "categories": [
    "field",
    "label",
    "switch"
  ],
  "type": "registry:block"
}