Citation :
TYPE tells the browser to produce a checkbox field, NAME specifies the variable where the returned value will be stored, and VALUE stores what will be returned in the variable when the box is checked. VALUE can be anything you choose. If you don't specifiy a VALUE, the value of checked fields defaults to "on". If a field is not checked, no value is returned to the ACTION program (as though the field did not even exist on the form).
|