{
  "name": "settings-toggle-switches",
  "kind": "block",
  "primary": "div",
  "page": "/apps/saas/app/settings-page/settings-page.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "data-col": ""
  },
  "html": "<div data-col>\n      <switch-ui label=\"Send on Enter\" checked></switch-ui>\n      <switch-ui label=\"Stream responses\" checked></switch-ui>\n      <switch-ui label=\"Show token count\"></switch-ui>\n    </div>",
  "source": "apps/saas/app/settings-page/settings-page.contents.html",
  "metadata": {
    "domain": "settings",
    "description": "Behavior preferences section with switch-ui toggles for enabling or disabling interface features — send-on-enter, response streaming, and token count display.",
    "keywords": [
      "settings",
      "toggle",
      "switches",
      "switch-ui",
      "enable",
      "disable",
      "preferences",
      "page",
      "behavior",
      "on",
      "off",
      "toggle",
      "control",
      "feature",
      "flag",
      "send-on-enter",
      "streaming"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "toggle",
      "component": "Toggle",
      "checked": true,
      "label": "Send on Enter"
    },
    {
      "id": "toggle-2",
      "component": "Toggle",
      "checked": true,
      "label": "Stream responses"
    },
    {
      "id": "toggle-3",
      "component": "Toggle",
      "label": "Show token count"
    },
    {
      "id": "root",
      "component": "Column",
      "data-col": "",
      "children": [
        "toggle",
        "toggle-2",
        "toggle-3"
      ]
    }
  ]
}
