The Check Box Properties dialog box enables you to insert and edit check boxes in your web page. If a page visitor checks a box, then assotiated name and value will be submitted to the server. Otherwise, this pair is never submitted. You can determine the name and value for the check box in this dialog box.

Name. Specify check box name by which the server will recognize it. By default, it is CheckBox#.

Value. Set value for the check box. By default the value is DefaultValue.

The Name and Value of form field will be used by server to execute appropriate CGI script.

If you set the Checked check box, then a check box in your page will be displayed as checked.