Checkbox

This topic describes the options and limitations available when using a Checkbox component.

Content settings

Content
This setting determines what text displays as the text/label for the check box, as well as how it displays.
State
These settings (Source and Display Value) determine what the source of the check box's value is.

Interactions

Trigger Event
The Checkbox component can trigger these events:
  • On Load

    This event might display as one of these values:

    • Data Service has run (On Load), where Data Service is the name of a data service assigned to the component
    • On Load (No Data Service), where no data service has been assigned to the component
  • On Checked

    This event controls what happens when the user selects the checkbox.

  • On Not Checked

    This event controls what happens when the user clears the check box.

Target Action
The target Action that can be assigned for a Checkbox depends on what Component is selected to be the target for the action.

Style settings

This component has one additional Style setting: Disabled. When this option is selected, the check box is disabled and read-only.

To disable the check box conditionally, click the lock icon next to this option.

See Setting conditional component disablement.