

# Toggle Group

Custom toggle group component.

# Installation

Copy the following code into your app directory.


> **Error: 'toggle_group' not found in registry**


# Usage


> **Error: 'toggle_group' not found in registry**


# Anatomy 
Use the following composition to build a `Toggle Group`


```python
toggle_group(
    toggle(),
    toggle(),
)
```


# Examples

## General

A basic toggle group with single-selection mode, allowing only one active toggle at a time.


> **Error: 'toggle_group_general' not found in registry**


## Multiple Selection

Set `multiple=True` on the `toggle_group()` to allow multiple selections at the same time. 


> **Error: 'toggle_group_multiple_selection' not found in registry**

