Renders a list of items with actionable checkboxes for readers to track task progress.
| Surface | Note |
|---|---|
| meet-stage | Interactive checking performs sluggishly. |
| googlechat | Degrades into a static markdown bullet list. |
| Dynamic check state saving is completely broken. |
| Field | Type | |
|---|---|---|
| items | array. Individual checkpoint task strings. | required |
{
"type": "checklist_interactive",
"items": 1
}
{
"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"
]
}
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 →