Renders a group of custom-styled checkboxes allowing multiple selections.
| Field | Type | |
|---|---|---|
| group_label | string | required |
| options | list of objects with label, value, is_checked | required |
| name | string | required |
{
"type": "custom_checkbox_group",
"group_label": "Group label",
"options": [
{
"label": "Option A",
"value": "a"
},
{
"label": "Option B",
"value": "b"
},
{
"label": "Option C",
"value": "c"
}
],
"name": "Custom Checkbox Group"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:custom_checkbox_group",
"displayName": "Custom Checkbox Group",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/custom_checkbox_group",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Renders a group of custom-styled checkboxes allowing multiple selections.",
"representativeQueries": [
"show a styled checkbox group input",
"renders a group of custom-styled checkboxes allowing multiple selections.",
"render a custom 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 →