// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.RadioButtonGroup

namespace UnityEngine.UIElements
{
public class RadioButtonGroup // TypeDefIndex: 5336
{
	// Fields
	type#15241 choicesProperty;
	type#26592 ussClassName;
	type#26592 containerUssClassName;
	type#26590 containerName;
	type#26590 choicesContainerName;
	type#28616 m_ChoiceRadioButtonContainer;
	type#28616 m_ContentContainer;
	type#10920 m_GetAllRadioButtonsQuery;
	type#8989 m_RegisteredRadioButtons;
	type#24922 m_SelectedRadioButton;
	type#5240 m_RadioButtonValueChangedCallback;
	type#15314 m_UpdatingButtons;
	type#9067 m_Choices;

	// Methods
	// RVA: -1
	public type#6710 get_choices() { }
	// RVA: -1
	public type#28660 set_choices(type#6710 value) { }
	// RVA: -1
	private type#28660 RebuildRadioButtonsFromChoices() { }
	// RVA: -1
	internal type#28660 set_choicesList(type#9066 value) { }
	// RVA: -1
	public virtual type#28615 get_contentContainer() { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#26576 label, type#9077 radioButtonChoices) { }
	// RVA: -1
	private type#28660 RadioButtonValueChangedCallback(type#4131 evt) { }
	// RVA: -1
	public virtual type#28660 SetValueWithoutNotify(type#20867 newValue) { }
	// RVA: -1
	private type#28660 GetAllRadioButtons(type#8987 radioButtons) { }
	// RVA: -1
	private type#28660 UpdateRadioButtons(type#15313 notify) { }
	// RVA: -1
	private type#28660 ScheduleRadioButtons() { }
	// RVA: -1
	private type#28660 RegisterRadioButton(type#24921 radioButton) { }
	// RVA: -1
	private type#28660 UnregisterRadioButton(type#24921 radioButton) { }
	// RVA: -1
	private virtual type#28660 UnityEngine.UIElements.IGroupBox.OnOptionAdded(type#20141 option) { }
	// RVA: -1
	private virtual type#28660 UnityEngine.UIElements.IGroupBox.OnOptionRemoved(type#20141 option) { }
	// RVA: -1
	private static type#28660 .cctor() { }
	// RVA: -1
	internal static type#15313 <set_choices>g__AreListEqual|18_0(type#9066 list1, type#6710 list2) { }
	// RVA: -1
	private type#28660 <ScheduleRadioButtons>b__31_0() { }
}
}
