Search

Sponser

Sunday, 21 October 2012

Inserting a check box




Check boxes allow to make one or more selections from a group of options, or to turn a single option on or off. Unlike radio buttons, any number of boxes in a group can be selected at the same time.
To add a check box:
1. Select Insert > Form > Check Box...

2. Double click to specify Name and Value.

3. Specify Initial state. The initial state defines the check box is selected or not when the form loads in a browser.
4. Click OK.
5. If you wish to attach an action, select Insert > Form > Form. Then make the form element is belongedto the form.
Note: If you add the form in the first, then the form elements, the form elements are belonged to the form you have added automatically. 

Recommeded Links