Page MenuHomeFeedback Tracker

Setting/Checking states of control checkBoxes(control type 7)
Closed, ResolvedPublic

Description

Currently other than by monitoring via onCheckBoxesSelChanged and storing the values there is no way to get the current state of checkBoxes ( CT 7 ).
There are the commands ctrlChecked and ctrlSetChecked but both these commands only ever effect/reflect the first checkbox in the grid.

Is there any chance we could get some changes to the above commands?

Details

Severity
Minor
Resolution
Fixed
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Scripting
Steps To Reproduce

Create a checkBoxes control ( control type 7 ) and try setting/checking their current state with the commands ctrlChecked and ctrlSetChecked.