 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
• |
Checkboxes
|
|
|
|
– |
present user with
items that can be
|
|
|
selected or
deselected. Each checkbox
|
|
|
has a name and a
value and can be initially
|
|
|
selected/deselected
|
|
|
|
– |
Example checkbox
definitions:
|
|
|
|
<INPUT TYPE=checkbox name=chocchip value=1>
|
|
|
|
<INPUT TYPE=checkbox name=oreo value=1>
|
|