
Checkboxes, first of all, are just that. A little square box, created in HTML as a part of the form you are building and for the most part, they allow the user to make some/any/all/none of them 'checked' or not. That is, unlike radio buttons where the user is allowed to check only one radio button per family (like MALE (x) FEMALE( )) a series of checkboxes can be either checked or not by the user in any number of ways.
|