Button Group
Yes No Toggle
A "yes / no" answer as two segments with a sliding surface: the track itself detects the checked radio through :has, and no client JS is needed.
What you can change
- the question text through question
- the answer captions through yesLabel and noLabel
- the hints below the group through yesHint and noHint
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/buttongroup-017?lang=en&theme=dark
Not sure where to paste it? Step-by-step guide
Show the full instructions
What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.
Loading…
For developers
The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.
Technical notes
The component is self-contained: one file, no dependencies, its own palette in the --vibeui-buttongroup-017-* variables. It is a server component: the surface moves without JS — the [data-part="track"]:has([data-part="option"]:nth-of-type(2) input:checked) rule shifts the single thumb by 100% and changes its colour to the "no" one. The explanation under the group is switched by CSS as well: both texts lie in the markup, and the one whose radio is checked is shown. Radios are deliberately used here instead of a switch: a switch is honest when "off" means the absence of an action, whereas in a survey both answers are equal and must be visible in full. The legend is styled as a visible heading with float:left;width:100%;clear:both — without the clear the following flex children would wrap around it.
Tags
- buttongroup
- boolean
- css-only
- survey
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…