{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "extends": "none",
  "name": "switch-uncontrolled-example",
  "title": "Switch Uncontrolled",
  "description": "switch-uncontrolled-example",
  "registryDependencies": [
    "https://intentui.com/r/field",
    "https://intentui.com/r/switch"
  ],
  "files": [
    {
      "path": "src/components/examples/controls/switch/switch-uncontrolled-example.tsx",
      "content": "'use client'\n\nimport { Description } from '@/components/ui/field'\nimport { Switch, SwitchField } from '@/components/ui/switch'\n\nexport default function SwitchUncontrolledDemo() {\n  return (\n    <SwitchField defaultSelected name=\"d\">\n      <Switch>Dark mode</Switch>\n      <Description>Toggle dark mode for this site.</Description>\n    </SwitchField>\n  )\n}\n",
      "type": "registry:page",
      "target": "app/switch-uncontrolled-example/page.tsx"
    }
  ],
  "type": "registry:page"
}