Method SetValueWithoutNotify
SetValueWithoutNotify(CheckboxState)
Set the Checkbox value without notifying the change.
Declaration
public void SetValueWithoutNotify(CheckboxState newValue)
Parameters
| Type | Name | Description | 
|---|---|---|
| CheckboxState | newValue | The new Checkbox value.  | 
    
Implements
UnityEngine.UIElements.INotifyValueChanged<T>.SetValueWithoutNotify(T)