1 Description
Asserts that the check box found by the given value is checked or cleared.
2 Supported Widgets
- Simple Checkbox Set Selector
3 Usage
Pass the name of the widget, the value connected to the check box, and if the check box should be checked or cleared.
4 Input Parameters
Name | Datatype | Required | Description |
---|---|---|---|
Widget Name | String | Yes | The name of the widget. |
Value | String | Yes | The value connected to the check box. |
Checked | Boolean | Yes | Assert that the check box is checked or cleared. |