// Assembly: UnityEngine.UI
// Full name: UnityEngine.UI.ToggleGroup

namespace UnityEngine.UI
{
public class ToggleGroup // TypeDefIndex: 10728
{
	// Fields
	type#15314 m_AllowSwitchOff;
	type#9154 m_Toggles;

	// Methods
	// RVA: -1
	public type#15313 get_allowSwitchOff() { }
	// RVA: -1
	public type#28660 set_allowSwitchOff(type#15313 value) { }
	// RVA: -1
	protected type#28660 .ctor() { }
	// RVA: -1
	protected virtual type#28660 Start() { }
	// RVA: -1
	protected virtual type#28660 OnEnable() { }
	// RVA: -1
	private type#28660 ValidateToggleIsInGroup(type#27500 toggle) { }
	// RVA: -1
	public type#28660 NotifyToggleOn(type#27500 toggle, type#15335 sendCallback) { }
	// RVA: -1
	public type#28660 UnregisterToggle(type#27500 toggle) { }
	// RVA: -1
	public type#28660 RegisterToggle(type#27500 toggle) { }
	// RVA: -1
	public type#28660 EnsureValidState() { }
	// RVA: -1
	public type#15313 AnyTogglesOn() { }
	// RVA: -1
	public type#6716 ActiveToggles() { }
	// RVA: -1
	public type#27500 GetFirstActiveToggle() { }
	// RVA: -1
	public type#28660 SetAllTogglesOff(type#15335 sendCallback) { }
}
}
