Toggle Group
Clearable Filter Group
A single-select group with deselect: clicking the pressed button again returns the group to a "nothing selected" state, and a Reset button does the same in one action.
What you can change
- the group name through label
- the initial value through defaultValue (including null)
- the button captions through optionText and the reset caption through resetText
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-016?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-016-* palette. Client component: useState for the selected value of type string | null. Unlike Align Group and Size Picker, single selection here does not keep exactly one button pressed at all times: a click on an already pressed button releases it. The "Reset" button is an ordinary action button rather than a toggle, and it gets a real disabled attribute when there is nothing to reset: unlike Required Group, where aria-disabled explains the refusal in text, here a refusal is simply not applicable and there is nothing to explain.
Tags
- togglegroup
- deselect
- reset
- filter
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…