allowEmptySelection
Allows having all buttons to be unchecked when set to true.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool allowEmptySelection { get; set; }
Remarks
When the property value is false, the control will automatically set the first available button to checked.