I’m wondering whether it’s possible to fully simulate a click on a toggle, including changing its color tint to the one defined in “pressed”. So far i’m just changing “isOn” property and it works fine, just doesn’t change the color.
I’ve also tried OnPointerDown, OnPointerClick and OnSubmit but they all seem to just turn the toggle on/off and don’t change the color.