ToggleCheckboxes¶
This action uses the result of a previous FindCheckboxes action.
| Property | Type | Required | Description |
|---|---|---|---|
| Checked | Boolean | True | True if checkbox should be checked, otherwise false |
| IfFail | Boolean | False | Valid values: Error, Ignore |
| ConditionGroup | String | False | Value referring to the Name property in a matching rule (HtmlRule, SnapshotRule) or the ResultVariableName property in the ExecuteScript action. If specified, this action will only run if the referred to result is true |
| NotConditionGroup | String | False | Value referring to the Name property in a matching rule (HtmlRule, SnapshotRule) or the ResultVariableName property in the ExecuteScript action. If specified, this action will only run if the referred to result is false |