Toggle Group
Choice Chips
Multi-select filter chips: the selected one springs onto the accent fill and a checkmark grows out of its edge.
What you can change
- the group name through label — it is also the visible caption above the chips
- the chip captions through optionText
- defaultValue — the chip selected from the start; the rest are switched on by clicking
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/togglegroup-018?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
One file, zero dependencies, the --vibeui-togglegroup-018-* palette. A server component: plain checkboxes inside the labels hold the state, so the chips work in a form and without any scripting. The group is a fieldset with a legend, and every chip is a label carrying an invisible input type="checkbox", a checkmark and the text. The selected look is assembled by :has(input:checked) selectors: the accent fill, dark text and transform:scale(1.06) on the linear(…) spring curve. The checkmark grows from zero width, so the chip widens along with it. The focus ring comes from :has(input:focus-visible). The theme comes from color-scheme through light-dark(), while the .dark class and data-theme="dark" declare color-scheme:dark.
Tags
- togglegroup
- chips
- filter
- checkbox
- spring
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…