Creating toggle events
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.
To create a toggle event:
- Click .
- Select a Checkbox input element.
The element editing controls are displayed. - 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.
- Click .
The event is added to the Event Manager grid. - Click .
- Repeat steps 2 through 10 to add additional toggle events.
- Click .