Open domenic opened 5 years ago
Related to #2. I see a few options:
:checked
:not(:checked)
:state(on)
:state(off)
:not(:state(on))
[checked]
:not([checked])
[on]
:not([on])
Related to #2. I see a few options:
:checked
and:not(:checked)
:state(on)
, and then either:state(off)
or:not(:state(on))
[checked]
and:not([checked])
or[on]
and:not([on])
.