Define Check Box Dialog

Use the command "Insert/ Form Field/ Check box" to open Check Box dialog. Use the dialog to insert a check box into the HTML document.

Properties

Name: the checkbox internal name in HTML document.

value: the return value of check box when check box is checked.

checked: specify the check box is checked after HTML document was loaded in.

Related Topics

Edit Page Add Form

Workspace: Form, Bush Button, Radio Button, Hidden Field, One-line Text box, Text Area, Dropdown List, Image

HTML Reference <FORM>

HTML Reference <INPUT>