{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "extends": "none",
  "name": "switch-disabled-example",
  "title": "Switch Disabled",
  "description": "switch-disabled-example",
  "registryDependencies": [
    "https://intentui.com/r/switch"
  ],
  "files": [
    {
      "path": "src/components/examples/controls/switch/switch-disabled-example.tsx",
      "content": "'use client'\n\nimport { Switch, SwitchField } from '@/components/ui/switch'\n\nexport default function SwitchDisabledDemo() {\n  return (\n    <SwitchField name=\"d\" isDisabled>\n      <Switch>Dark Mode</Switch>\n    </SwitchField>\n  )\n}\n",
      "type": "registry:page",
      "target": "app/switch-disabled-example/page.tsx"
    }
  ],
  "type": "registry:page"
}