Toggle Group
- Toggle group has open and close state. (This is different from uGUI's toggle group.)
- Use it when you want to group multiple settings.
- Toggle group includes a toggle element in it.
- If
openWhenOnis true, open group when the toggle is on. Otherwise, open group when it's off. - Toggle group has not
isEnableproperty. If you want to disable the group, you need to disable each containing element.



- Toggle group has child UI elements. It shows when toggle group is open.
- Drag and drop other UI elements Button, Slider, Dropdown, Toggle, Description under ToggleGroup > Items game object.

More details about toggle group, please check DashboardToggleGroup reference.