old-15.html 369 Bytes
<html>
Test for boolean attributes

<input type="checkbox" name="foo" checked="checked"/>
<input type="checkbox" name="foo" checked="checked"/>
<input type="checkbox" name="foo"/>
<input type="checkbox" name="foo"/>
<input type="checkbox" name="foo" checked="checked"/>
<input type="checkbox" name="bar" checked="checked"/>
<input type="checkbox" name="bar"/>
</html>