Check box <INPUT TYPE="CHECK BOX">

Check boxes are grouped in areas of one form and they allow the user to select among several choices.

  1. Place the cursor in the edit window where you wish to insert check boxes. This location must be placed between <FORM> and </FORM> tags.

  2. In the Forms tag, click on the Check box button. The Form Elements dialog box appears.

  3. In the identifier name text box, enter a name. This one is used to identify the check boxes area.

  4. If you do not want to have a new line inserted to separate each box, remove the Insert a carriage return after every value box.

  5. In the Element values text box, type the first box value and press on the Add button.
    The inscription is transferred to the bottom window of the dialog box.

  6. Repeat the last stage for all the check boxes you wish to create.

  7. If you wish that a check box becomes activated by default, insert a checkmark on the Checked by default box before pressing on the Add button.
    You can also add the checkmark directly on the bottom of the window of the dialog box.

  8. To reorganize the order of added elements, click on one of them to select and move it with the aid of the up or down arrows on the right side of the preview window.

  9. Click on the OK button.

AceHTML inserts the following command in the document:

If you have not previously specified the type of form in which you wish to insert the checkmark boxes, AceHTML asks if you want to insert a Form in the document.