Form Switch Group

Group of named toggle switches — on/off controls with optional labels and descriptions. Suitable for settings panels, notification preferences, and feature flags.

Surfaces
webmeet-stage ⚠apps-script-web
Degraded on
SurfaceNote
meet-stageToggle switches render correctly; value capture requires stage-level routing
Fields
FieldType
labelstring. Section label above the switches.optional
namestring. Aggregate field identifier.required
items{'type': 'array', 'description': 'List of {name, label?, description?, default_checked?} entries.'}required
Example payload
{
  "type": "form_switch_group",
  "name": "Form Switch Group"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:form_switch_group",
  "displayName": "Form Switch Group",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/form_switch_group",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "Group of named toggle switches \u2014 on/off controls with optional labels and descriptions. Suitable for settings panels, notification preferences, and feature flags.",
  "representativeQueries": [
    "show a group of labelled toggle switches",
    "group of named toggle switches \u2014 on/off controls with optional labels and descriptions. suitable for",
    "render a form switch group"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →