Icon Checklist

Checklist where each item has a Material Symbol icon (not just a check mark). Good for capability or requirements lists.

Surfaces
gaswebmeet-stagegas-sidebarapps-script-web
Fields
FieldType
titleoptional headingoptional
default_iconfallback icon for items without one (default check_circle)required
icon_sizepx (default 20)required
filledfilled icon variant (default true)required
accentdefault icon colourrequired
itemsarray of strings or {text, icon?, sublabel?, color?}required
Example payload
{
  "type": "icon_checklist",
  "items": [
    {
      "label": "First item"
    },
    {
      "label": "Second item"
    }
  ]
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →