315920-14-ref.html (326B)
1 <!DOCTYPE html> 2 <html> 3 <body> 4 <form id="form"><input type="checkbox" id="two" checked="true"/> 5 <label for="two" style="color: green">Should be no red</label><input type="checkbox" name="group1" id="one" value="1"/> 6 <label for="one" style="color: green">Should be no red</label> 7 </form> 8 </body> 9 </html>