hi folks,
I got an issue with the event function of radio boxes for a checkbox_group.
I have the standard radio buttons 0=Yes and 1=No.
If value 0 is selected, the following "checkbox_group59" is enabled.
If value 1 is selected the following "checkbox_group59" is disabled.
theoretically that works fine, the problem is, that only the first checkbox of my "checkbox_group59" is enabled or disabled, checkboxes two to five of the group are always enabled regardless the radio button value.
is that a bug or did I miss something important when establishing that event?
as an maybe important/unimportant info:
checkbox_group is set up with the following scheme ->
greetings
Gate
I got an issue with the event function of radio boxes for a checkbox_group.
I have the standard radio buttons 0=Yes and 1=No.
If value 0 is selected, the following "checkbox_group59" is enabled.
If value 1 is selected the following "checkbox_group59" is disabled.
theoretically that works fine, the problem is, that only the first checkbox of my "checkbox_group59" is enabled or disabled, checkboxes two to five of the group are always enabled regardless the radio button value.
is that a bug or did I miss something important when establishing that event?
as an maybe important/unimportant info:
checkbox_group is set up with the following scheme ->
1=abc
2=def
3=ghi
4=jkl
5=mno
greetings
Gate