Vote Button Group

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.

Surfaces
webgoogle-meet-stagegoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
emailRenders as a static button list; no selection state
pdfRenders as a flat option list
Live preview
Fields
FieldType
optionsarray of objects — label (string), value (string), selected (boolean optional).optional
stylestring. One of pill, neon, default. Default pill.optional
titlestring. Section heading above the buttons.optional
allow_multiboolean. Allow multiple selections. Default false.optional
Example payload
{
  "type": "vote_button_group"
}
ARD catalog entry
{
  "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",
    "google-meet-stage",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "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"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

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 →