Check a CheckBox
<html> <head> <title>A sample document</title> </head> <body bgcolor="White"> <form> <input type="checkbox" checked name="cb1">Item 1 </form> </body> </html>