<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>