INPUT TYPE="CHECKBOX"


The checkbox is identical to the radio button except that you may select one or more items from a list and the selections are marked with an X inside a square box. If you do not believe me, test the buttons shown here:

Please choose an ice cream flavor.

chocolate grape lemon strawberry vanilla
As you can see, you can have tutti-frutti. The checkbox syntax is very similar to that of radio. Here is the syntax:

<INPUT TYPE="CHECKBOX" NAME="name of variable" VALUE="value of variable"> text description

I understand CHECKBOX. Is there another way to select a flavor of ice cream?


[INDEX] [PREVIOUS] [NEXT PAGE] [CHAPTER 9]

Valid HTML 3.2!