Labelled group of checkboxes for multi-option selection. Each checkbox has a name, visible label, optional description, and optional default checked state.
| Surface | Note |
|---|---|
| meet-stage | Checkbox selection renders correctly; value capture requires stage-level routing |
| Field | Type | |
|---|---|---|
| label | string. Group label. | optional |
| name | string. Aggregate field identifier for form submission. | required |
| items | {'type': 'array', 'description': 'List of {name, label, description?, default_checked?} entries.'} | required |
| rules | array of strings. | optional |
{
"type": "form_checkbox_group",
"name": "Form Checkbox Group"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:form_checkbox_group",
"displayName": "Form Checkbox Group",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/form_checkbox_group",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Labelled group of checkboxes for multi-option selection. Each checkbox has a name, visible label, optional description, and optional default checked state.",
"representativeQueries": [
"show a checkbox group for multi-option selection",
"labelled group of checkboxes for multi-option selection. each checkbox has a name, visible label, op",
"render a form checkbox 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 →