Toggle Group
A set of two-state buttons that can be toggled on or off.
Installation
Copy the following code into your app directory.
Command
Command
Manual
Manual
uv
Anatomy
Use the following composition to build a Toggle Group component.
Examples
General
A basic toggle group with single-selection mode, allowing only one active toggle at a time.
Multiple Selection
Set multiple=True on the toggle_group() to allow multiple selections at the same time.