Hello,
I have a RadioGroup with N RadioElement(s) that needs to be enabled (selectable) only depending on certain conditions (example: depending on the value of another field).
How do you enable/disable a RadioGroup?
I still want it to be visible but nothing should happen when you tap on it.
Thanks