I have a drop down menu and checkbox group. For example, like this:
Menu
Option 1
Option2
Radio button
yes
no - turned on by default
is it possible, through the use of an element event, to make it so that if menu option 1 is selected that the Yes option would be selected for the radio button?
Menu
Option 1
Option2
Radio button
yes
no - turned on by default
is it possible, through the use of an element event, to make it so that if menu option 1 is selected that the Yes option would be selected for the radio button?