I am having troubles with the Element State Checked, with using a Checkbox. User manual indicates this should work when the component is in the "on" State.
Anyhow, this is the style I am trying to use.
The Hover works as intended, however the Checked Element State does not.
I have updated the gateway to 8.1.30, thinking maybe this had been fixed from 8.1.24. That didn't work.
I have also tried a Toggle and Radio Button, both of which didn't work as well when the component was selected. The only way I could get it to work was binding the style class to the selected property. However, this involves 2 different styles and I am trying to steer clear of having to do that.