Radial Button Logic

Hello @Aaron_Alpeter,

Hope I will help you.

lack of clear understanding between what checked state logic and disabled state logic

  • here is the checked state visualisation: Radio1 is checked and Radio2 is unchecked. You can check the Radio2 if you want to:

Screenshot 2023-03-31 at 15.52.37

  • and when the button is disabled, you can’t even press it, it becomes unavailable:

Screenshot 2023-03-31 at 15.55.08

For your case I advise to use the Radio Buttons Group component, it will handle unchecking the buttons when you check the other one. The selected value could be saved in the On Change Event of the Radio Buttons Group:

Screenshot 2023-03-31 at 15.58.01

After that you can use the radialSelected Page variable elsewhere on page, e.g.

Regards,
Olha