On this pageInteractableSwitch.IsOnpublic bool IsOn { get; set; }CopyDescription#Is the switch activeUsage#Exampleinteractable.IsOn = true;Copy