I'd like the button style to only change when it is checked and not change when it is pressed down, and/or have only the font color change. I'm using the built in Skin function with a .json file, however, that only allows for the up, down, and checked states, along with font color. Is this possibly? If yes, how? If not, then I'll just extend the Button class to add that functionality.
EDIT
I have currently just decided to go with a neutral "down" state, but I would still like to know if what I asked is possible.