This browser does not support basic Web standards, preventing the display of our site's intended design. May we suggest that you upgrade your browser?
Check boxes allow users to select one or more options from a group of possible options. Therefore, users can select a number of answers in response to a question, instead of just one.
NOTE: For more information about working with form fields, please refer to Inserting the First Form Field, Opening the Form Field Properties Dialog Box, and Terminology.
Open a FrontPage document
Within the form boundary, place your insertion point where you want to insert the form field
From the Insert menu, select Form » Checkbox
A blank check box appears.

Before or after the check box, type any desired text
Proceed with Assigning the Name-Value Pair
The name identifies what option the check box represented for the user, such as the location check box below is an option to answer "location" in response to the question and is named "location". In a group of check boxes, users can select more than one.
The default value is "on." The value of a check box is not visible to the user (as with text boxes). The value should indicate whether the option is selected by the user.
When a user submits the form, the inputs are sent to the form developer via email; the name of the check box will be matched with the value of the check box. The information the form developer receives may look like this:
name: value
EXAMPLE: Location: on
EXAMPLE: Majors: on
Therefore, the name identifies what options are available to the user, and the values indicate which options they selected.
NOTE: The Name and Value may be flipped depending on the analysis.
Double click the check box
OR
Right click the check box » select Form Field Properties...
The Check Box Properties dialog box appears.

In the Name text box, type a name
In the Value text box, type a value
For Initial State, select Checked or Not checked
NOTES:
An initial state of checked means that by default, the check box is going to appear checked.
Use pre-selected options with caution. If you pre-select a response for users, they may not look at the alternative choices.
Click OK