To create check boxes, use the following HTML tag:
where name identifies the field containing the check box and value attribute specifies the value sent to the CGI script.
To make a particular check box a default option, use the attribute checked="checked":
The check boxes are used when the input options are not mutually excluding.