1 Description
Finds check box by column caption and cell value. Sets its value to checked.
2 Supported Widgets
- Checkbox Set Selector
3 Usage
Pass the name of the widget, the column caption, and the cell value of the check box you want to set.
Set checked to true or false.
4 Input Parameters
Name | Datatype | Required | Description |
---|---|---|---|
Widget Name | String | Yes | The name of the widget. |
Column Caption | String | Yes | The caption of the desired check box column. |
Value | String | Yes | The cell value of the check box row. |
Checked | Boolean | Yes | The value for the check box you want to set (true or false). |