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, an associated name and value will be submitted to a server. Otherwise, this pair is never submitted. You can determine a name and a value for a check box in this dialog box.
Name. Specify a check box name by which a server will recognize it. By default, it is CheckBox#.
Value. Set a value for the check box. By default the value is DefaultValue.
Name and Value of a form field will be used by a server to execute an appropriate CGI script.
If you set the Checked check box, then a check box in your page will be displayed as checked.
The Extra HTML button enables you to insert an extra HTML code into a current HTML tag. When you click on the button, the Extra HTML Tag Attributes dialog box is displayed where you can enter the extra tag attributes. You must be familiar with the HTML language to use this feature correctly.