CSS 3 Module <== Test # ==>
W3C Selectors 33 of 166
Testing Date Revision
:checked pseudo-class (ID #25) 11-july-2001 1.0

The checkbox should have a green background

input { background-color : red }
input:checked { background-color : lime}
<p>
<input type="checkbox" checked="checked"> The checkbox should have a green background</p>