Checklist Interactive

Renders a list of items with actionable checkboxes for readers to track task progress.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
meet-stageInteractive checking performs sluggishly.
googlechatDegrades into a static markdown bullet list.
emailDynamic check state saving is completely broken.
Fields
FieldType
itemsarray. Individual checkpoint task strings.required
Example payload
{
  "type": "checklist_interactive",
  "items": 1
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:checklist_interactive",
  "displayName": "Checklist Interactive",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/checklist_interactive",
  "capabilities": [
    "web",
    "apps-script-web"
  ],
  "description": "Renders a list of items with actionable checkboxes for readers to track task progress.",
  "representativeQueries": [
    "show a interactive task tracking checklist for article milestones",
    "renders a list of items with actionable checkboxes for readers to track task progress.",
    "render a checklist interactive"
  ]
}
← 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 →