Welcome to ITM Web100 Training Program

The Check Box Widget

The Check Box Widget

Attribute Description
TYPE Specifies the type of interface widget. For a check box widget, you use "CHECKBOX"
NAME Specifies the variable name associated with this widget
VALUE Specifies the VALUE that will be sent in the URL encoded string if the check box is checked. If it is not checked, neither the name nor the value will be part of the URL encoded string.
CHECKED Specifies that the check box will be checked by default.

The NAME and VALUE attributes

The CHECKED Attribute