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

namespace UnityEngine.UIElements
{
public class RadioButton // TypeDefIndex: 5332
{
	// Fields
	type#26592 ussClassName;
	type#26592 labelUssClassName;
	type#26592 inputUssClassName;
	type#26592 checkmarkBackgroundUssClassName;
	type#26592 checkmarkUssClassName;
	type#26592 textUssClassName;
	type#28616 m_CheckmarkBackground;

	// Methods
	// RVA: -1
	public virtual type#15313 get_value() { }
	// RVA: -1
	public virtual type#28660 set_value(type#15313 value) { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#26576 label) { }
	// RVA: -1
	private type#28660 OnOptionAttachToPanel(type#14705 evt) { }
	// RVA: -1
	private type#28660 OnOptionDetachFromPanel(type#17305 evt) { }
	// RVA: -1
	protected virtual type#28660 InitLabel() { }
	// RVA: -1
	protected virtual type#28660 ToggleValue() { }
	// RVA: -1
	private virtual type#28660 UnityEngine.UIElements.IGroupBoxOption.SetSelected(type#15313 selected) { }
	// RVA: -1
	public virtual type#28660 SetValueWithoutNotify(type#15313 newValue) { }
	// RVA: -1
	private type#28660 UpdateCheckmark() { }
	// RVA: -1
	protected virtual type#28660 UpdateMixedValueContent() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
