When using the checkbox input control, a single checkbox displays with
values of true/false. Any Label defined in the component displays after
the checkbox. When the user checks or clears the checkbox (the onClick
event), the defined href or Submit Program:Submit Function is executed.
You can use the Default = true setting for the command
to have the checkbox selected by default.
This example shows using a checkbox as the input control.
- Name: ToRelationExpand
- Href: emxShowToRelatedObjects.jsp
- Label: "To"
- Settings:
- Input Type=checkbox
- Registered Suite=framework
The onClick event triggers the emxShowToRelatedObjects.jsp.