Checklist where each item has a Material Symbol icon (not just a check mark). Good for capability or requirements lists.
| Field | Type | |
|---|---|---|
| title | optional heading | optional |
| default_icon | fallback icon for items without one (default check_circle) | required |
| icon_size | px (default 20) | required |
| filled | filled icon variant (default true) | required |
| accent | default icon colour | required |
| items | array of strings or {text, icon?, sublabel?, color?} | required |
{
"type": "icon_checklist",
"items": [
{
"label": "First item"
},
{
"label": "Second item"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:icon_checklist",
"displayName": "Icon Checklist",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/icon_checklist",
"capabilities": [
"gas",
"web",
"meet-stage",
"gas-sidebar",
"apps-script-web"
],
"description": "",
"representativeQueries": [
"show a Checklist where each item has a Material Symbol icon (not just a check mark). Good for capability or requirements lists",
"render a icon checklist"
]
}
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 →