Checkbox elements with toggle events enable or disable other elements based on the state of the checkbox.
For example, selecting the Medical Alert checkbox below enables the Comment text area. Anchor
To create a toggle event:
...
- Click .
- Select a Checkbox input element.
The element editing controls are displayed.
...
...
- Click
Anchor O_46158 O_46158 - Click .
The Event Manager window is displayed.
...
...
- Select On change event from the event drop-down list.
...
The Event action section is displayed.- Select Enable/Disable Control (toggle) from the event action drop-down list.
...
- Select the state of the checkbox that triggers the event from the When the checkbox is field.
...
...
- Type a list of comma-separated list of controls to be enabled or disabled by the event.
...
- Select whether the event enables or disables the listed controls using the To Enabled or Disabled field.
...
ClickAnchor O_46164 O_46164 - Click .
The event is added to the Event Manager grid.
...
- Click .
- Repeat steps 2 through 10 to add additional toggle events.
- Click .