Group of named toggle switches — on/off controls with optional labels and descriptions. Suitable for settings panels, notification preferences, and feature flags.
| Surface | Note |
|---|---|
| meet-stage | Toggle switches render correctly; value capture requires stage-level routing |
| Field | Type | |
|---|---|---|
| label | string. Section label above the switches. | optional |
| name | string. Aggregate field identifier. | required |
| items | {'type': 'array', 'description': 'List of {name, label?, description?, default_checked?} entries.'} | required |
{
"type": "form_switch_group",
"name": "Form Switch Group"
}
{
"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"
]
}
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 →