Version: 2019.1 (switch to 2018.3 or 2017.4)
LanguageEnglish
  • C#

ToggleGroup.allowSwitchOff

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public bool allowSwitchOff;

Description

Is it allowed that no toggle is switched on?

If this setting is enabled, pressing the toggle that is currently switched on will switch it off, so that no toggle is switched on. If this setting is disabled, pressing the toggle that is currently switched on will not change its state.

Note that even if allowSwitchOff is false, the Toggle Group will not enforce its constraint right away if no toggles in the group are switched on when the Scene is loaded or when the group is instantiated. It will only prevent the user from switching a toggle off.

Did you find this page useful? Please give it a rating: