What pseudoclass is used to determine whether or not a checkbox Perspective Component is checked?
I've been trying to program style classes in stylesheet.css that cause a css transition to occur whenever a checkbox is checked, but the style I have in the :checked style class isn't being applied whenever the checkbox is checked.
Is there a different pseudoclass that determines when the checkbox is checked? I assume pseudoclasses are used to govern the built-in animation functionality in Designer styles. I was going to use those to solve my problem, but it doesn't seem like the height css property can be modified in Designer style classes, which is the property I'm trying to animate.