It would be very helpful if you allow changing the state of a group (currenly only visibility and location are available).
It would be super great if enabling/disabling the group would keep the selection of controls like checkboxes and radiobuttons.
Currently I need a lot of code to achieve this for each control:
Is Condition “{is_enabled} == 1” Satisfied?
Yes
Is Condition “[CheckBox_2.selected]” Satisfied?
Yes
Change Element “CheckBox_2” to “Selected” State
No
Change Element “CheckBox_2” to “Normal” State
No
Is Condition “[CheckBox_2.selected]” Satisfied?
Yes
Change Element “CheckBox_2” to “Selected & Disabled” State
No
Change Element “CheckBox_2” to “Disabled” State
1 answer
Thanks for the idea. Since group can contain any kind of element but not all elements support multiple states, and only a few elements support selections, this may be a little difficult to implement. Anyway I understand the need and we will check what we can do.
This question is now closed