First page Back Continue Last page Graphics
<input type=“checkbox”>
Works just like the radio button, except that more than one value can be selected.
<input type="checkbox" name="name" value="value" />
Example:
<br /><input type="checkbox" name="computer" value="Mac" />Macintosh
<br /><input type="checkbox" name="computer" value="Unix" checked />Unix
<br /><input type="checkbox" name="computer" value="Win98" /> Windows 98
<br /><input type="checkbox" name="computer" value="Win2k" />Windows 2000