Styled multi-option vote selector with three visual variants — pill (rounded filled), neon (dark with cyan glow), and default (flat bordered). Encodes the Cyberpunk Maverick voting pattern as a schema atom. CSS-only interactivity using checkbox/radio inputs.
| Surface | Note |
|---|---|
| Renders as a static button list; no selection state | |
| Renders as a flat option list |
| Field | Type | |
|---|---|---|
| options | array of objects — label (string), value (string), selected (boolean optional). | optional |
| style | string. One of pill, neon, default. Default pill. | optional |
| title | string. Section heading above the buttons. | optional |
| allow_multi | boolean. Allow multiple selections. Default false. | optional |
{
"type": "vote_button_group"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:vote_button_group",
"displayName": "Vote Button Group",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/vote_button_group",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Styled multi-option vote selector with three visual variants \u2014 pill (rounded filled), neon (dark with cyan glow), and default (flat bordered). Encodes the Cyberpunk Maverick voting pattern as a schema atom. CSS-only interactivity using checkbox/radio inputs.",
"representativeQueries": [
"show a Multi-option vote buttons in pill, neon, or default style",
"styled multi-option vote selector with three visual variants \u2014 pill (rounded filled), neon (dark wit",
"render a vote button group"
]
}
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 →