Get Grid Selector Box Value

Last modified: June 18, 2025

Description

Returns the current checkbox and radio button value.

Supported Widgets

  • Grid Selector

Usage

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

Input Parameters

NameDatatypeRequiredDescription
Widget NameStringYesThe name of the Grid Selector widget.
Column CaptionStringYesThe column caption of the checkbox cell you want to get the value from.
Row CaptionStringYesThe row caption of the checkbox cell you want to get the value from.

Return Value

NameDatatypeDescription
CheckedBooleanThe current value of the checkbox.