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
webmeet-stageapps-script-web
Degraded on
SurfaceNote
emailRenders as a static button list; no selection state
pdfRenders as a flat option list
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",
    "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"
  ]
}
← 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 →