CSS 3 Module <== Test # ==>
W3C Selectors 47 of 65 of the static tests category
Testing Date Revision
NEGATED :indeterminate pseudo-class (ID #71) 11-july-2001 1.0
the background of this checkbox should be green

the background of this checkbox should be green

the background of this checkbox should be green

input { background-color : red }
input:indeterminate { background-color : lime}
<form>
<input type="radio" name="rg" value="1"></input>the background of this checkbox
          should be green<br></br>
<input type="radio" name="rg" checked="checked" value="2"></input>the background of this checkbox
          should be green<br></br>
<input type="radio" name="rg" value="3"></input>the background of this checkbox
          should be green<br></br>
</form>