Check boxes enable users to select a combination of alternatives. When the check box is selected, it is usually displayed with a check mark. Check boxes can represent a group of non-exclusive choices.
Inside the form, click where you want to add the check box.
From the Insert menu, select Form Element - Check Box. The check box appears on your form.
Double-click the check box to open the Radio Button & Check Box dialog.
In Control type, select Check box.
In Control identifier, type the name that you want to associate with the check box. The name you assign is not displayed on the form. Rather, it is used by a Common Gateway Interface (CGI) program to identify the form element. If you want to include a label next to the check box, type the text in the WYSIWYG Editor.
In Control value, enter the value that you want to assign to the check box.
Select This control is initially selected if you want the check box to be a default selection when the topic is first opened in the viewer.
Click OK.