:checked

Since UXP v3.0

Matches when the selected element is checked.

See: https://developer.mozilla.org/en-US/docs/Web/CSS/:checked

Example:

input:checked {
    background-color: blue;
}

Quirks and Exceptions