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": [
"web",
"google-meet-stage",
"google-apps-script-side-panel",
"google-apps-script-web",
"mcp-apps"
],
"description": "Checklist where each item has a Material Symbol icon (not just a check mark). Good for capability or requirements lists.",
"representativeQueries": [
"show a checklist items with Material icons",
"checklist where each item has a material symbol icon (not just a check mark). good for capability or",
"render a icon checklist"
]
}
The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →