|
HTML TYPE = CHECKBOX
CHECKBOX creates a checkbox which can be either on or off:
CHECKBOX is often used in groups to indicate a series of choices any one of which can be on or off:
By default, the checkbox is initially off. If you want the checkbox initially on, use
the
CHECKED attribute. CheckboxCHECKBOXs are only sent to the CGI if they are on; if they are off, no name/value pair is sent (try out the form above to see).
TYPE=RADIO
| >