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 openWhenOn is true, open group when the toggle is on. Otherwise, open group when it's off.
  • Toggle group has not isEnable property. If you want to disable the group, you need to disable each containing element.

Toggle group open

Toggle group close

Toggle group open condition

  • 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.

Toggle group items

More details about toggle group, please check DashboardToggleGroup reference.