On this pageSlideToggle.isOnpublic bool isOn { get; set; }CopyDescription#Gets/Sets the on/off state.Usage#Exampleusing NullSave.GDTK.UIProusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(SlideToggle target) { bool result = target.isOn; } }Copy