Form Checkbox Group

Labelled group of checkboxes for multi-option selection. Each checkbox has a name, visible label, optional description, and optional default checked state.

Surfaces
webmeet-stage ⚠apps-script-web
Degraded on
SurfaceNote
meet-stageCheckbox selection renders correctly; value capture requires stage-level routing
Fields
FieldType
labelstring. Group label.optional
namestring. Aggregate field identifier for form submission.required
items{'type': 'array', 'description': 'List of {name, label, description?, default_checked?} entries.'}required
rulesarray of strings.optional
Example payload
{
  "type": "form_checkbox_group",
  "name": "Form Checkbox Group"
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →