UI Toggle Group
UI Toggle Group it’s a Toggle component that can control other UIToggles, based on UIToggle.
ControlMode
Toggle group’s control mode for its toggles:
- Passive – Toggle values are not enforced in any way (allows for all toggles to be OFF)
- One Toggle On – Only one Toggle can be ON at any given time (allows for all toggles to be OFF)
- One Toggle On Enforced – Only one Toggle can be ON at any given time (one Toggle will be forced ON at all times)
- Any Toggle On Enforced – At least one Toggle needs to be ON at any given time (one Toggle will be forced ON at all times)