CheckBoxFunctions::Check
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.
CheckBoxFunctions::Click (deprecated for: Generic Object Click)
Use Generic Object Click
Tries to perform a standard Click on the Checkbox which generally
toggles the current selection status.
CheckBoxFunctions::UnCheck
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.