Creating Forms > Inserting checkboxes and radio buttons |
Inserting checkboxes and radio buttons
Use checkbox and radio button form objects to set up predefined selection objects. A user clicks a checkbox or radio button to make a choice.
The difference between checkboxes and radio buttons is how they operate. With checkboxes users toggle each individual response "off" and "on." Each checkbox option operates individually. A user can select more than one option in a checkbox group.
Radio buttons work as a group and provide mutually exclusive selection values. Only one option in a radio button group may be selected.