Change disabled state inside of form

I have created a form with mutliple components (checkboxes, sliders, etc.) and changes only get executed after clicking ‘submit’.

However, I want to be able to make a radio button enabled/disabled based on another radio button inside the same form, without triggering the entire execution cascade (which runs an ML model).

How do I modify the disabled state of another component within a form?

Currently, the radio buttons stay disabled even when they should get enabled until you click ‘submit’.
Screenshot from 2022-03-16 21-07-45

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.