Get Grid Selector Box Value

Last modified: May 15, 2023

1 Description

Returns the current checkbox and radio button value.

2 Supported Widgets

  • Grid Selector

3 Usage

Pass the name of the widget, the column caption, and the row caption of the checkbox you want to find.

4 Input Parameters

Name Datatype Required Description
Widget Name String Yes The name of the Grid Selector widget.
Column Caption String Yes The column caption of the checkbox cell you want to get the value from.
Row Caption String Yes The row caption of the checkbox cell you want to get the value from.

5 Return Value

Name Datatype Description
Checked Boolean The current value of the checkbox.