Class RadioButtonGroup
Represents a group of radio buttons where each button corresponds to a specific value of type T.
Properties
inputElement
public override VisualElement inputElement { get; }
Methods
AddChoice(string name, T value)
public void AddChoice(string name, T value)
SetValueWithoutNotify(T value)
public override void SetValueWithoutNotify(T value)
SetValue(T value)
protected override void SetValue(T value)