CheckBoxFunctions

Last Updated:

Actions for Checkbox objects


[How To Read This Reference]
Check
RC RJ WR SE SE2 TC DRD
Tries to perform a Check on the Checkbox.
Click
WR
Deprecated For:Generic Object Click
UnCheck
RC RJ WR SE SE2 TC DRD
Tries to perform a UnCheck on the Checkbox.

CheckBoxFunctions::Check
RC RJ WR SE SE2 TC DRD

Tries to perform a Check on the Checkbox.

Tries to perform a Check on the Checkbox. If the Checkbox does not have a checkmark, it will set the checkmark. If the Checkbox already has a checkmark, then it should leave it alone. Currently, this handles most generic checkboxes and HTMLCheckboxes.

Fields: [ ]=Optional with Default Value
    Examples:
    • T, WINDOW, Checkbox, CHECK
      Used to place the Checkbox in the CHECKed state regardless of current state.


    [How To Read This Reference]

    CheckBoxFunctions::Click (deprecated for: Generic Object Click)
    WR

    Use Generic Object Click

    Tries to perform a standard Click on the Checkbox which generally toggles the current selection status.

    Fields: [ ]=Optional with Default Value
      Examples:
      • T, WINDOW, Checkbox, CLICK
        Toggles the state of the checkbox


      [How To Read This Reference]

      CheckBoxFunctions::UnCheck
      RC RJ WR SE SE2 TC DRD

      Tries to perform a UnCheck on the Checkbox.

      Tries to UnCheck the Checkbox. If the Checkbox does not have a checkmark, it will leave it alone. If the Checkbox already has a checkmark, then it should uncheck (deselect) it. Currently, this handles most generic Checkboxes and HTMLCheckboxes.

      Fields: [ ]=Optional with Default Value
        Examples:
        • T, WINDOW, Checkbox, UNCHECK
          Used to place the Checkbox in the UNCHECKed state regardless of current state.


        [How To Read This Reference]