# ToggleBox

## ToggleBox component

A `ToggleBox` is used to indicate whether a group of content is in an "on" or "off" state.

ToggleBoxes are typically rendered in a group with related ToggleBoxes. Engineers can use the `ToggleBoxGroup` component to render a group of ToggleBoxes, or they can manually render a group of ToggleBoxes.

## ToggleBoxGroup component

The `ToggleBoxGroup` component is a shortcut for rendering a group of related ToggleBoxes and reacting to the selection of a `ToggleBox`.
