1 Description
Finds the check box via the column caption and cell value. Returns its value.
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 find.
4 Input Parameters
Name | Datatype | Required | Description |
---|---|---|---|
Widget Name | String | Yes | The name of the widget. |
Column Caption | String | Yes | The column caption of the desired check box. |
Value | String | Yes | The cell value of the desired check box. |
5 Return Value
Name | Datatype | Description |
---|---|---|
Checked | Boolean | The current value of the check box. |