multiple choice effect other multiple choice

hey !
i have multiple choice and i want it to effect the next multiple.
for example if in choice 1 I Choose"X" the option in choice 2 will be “1 or 2”
if in choice 1 I Choose “Y” the option in choice 2 will be “3 or 4”
i want the choices in the same page.
is it possible?
thanks !

Hi,
You can set the dropdown’s or multi checkbox’s options using the .options property, check out the API here , use the onChange Event to change the options based on the relevant value.