Hi
I have following situation:
One Checkbox with value Apple.
One checkbox with value Pear.
Radio button group with values
Apple
Pear
Now depending on which checkbox is activated, I want to show the corresponding value in radio buttons.
If “Apple” is checked, but not “Pear”, only “Apple” should be visible in radio button group.
If “Pear” is checked as well, both “Apple” and “Pear” should be visible in radio group etc.
How can I do this?
Thanks.