Greetings,
Here is my problem: The user can set the status of a task (either A or B). I used a radio button and I required that the user choose beetween this two values. Everything works well.
However, a new specifitcation came. Now the user cannot select A if he didn’t click/check a box before.
I though solving the problem by having two radio buttons (i.e. I divided my previous radio button into two radio buttons: one A and one B ). I specified in the attributes of A that it can’t be editable if the box is not checked (editabel (RT) {{root.checkbox !=null}}). However I’m not abble to force the system to chose only one value (A or B) once the box is checked . I tried by using the required (RT) attributes without success. Do someone has an idea how to solve this issue ?
Thank you for your help!