Getting a text box by selecting an option in radio button.

Hi ,

Requirement : I have created a property which is Radio button . There are two options to choose : one is ‘Aadhar no.’ and another is ‘Patient ID’ . Now , the requirement is when I select Aadhar No. , a text box should suddenly be visible below (to enter data) . And similarly if I choose ‘Patient Id’ , a text box should be visible .

So i simply want a text box to be visible below whenever I choose either options in the radio button . Thats It.

Kindly suggest me a way to accomplish that with proper steps.

Thanks in Advance.

Use visibility as Condition(expression) for both the text inputs and mention the condition and select Run Visibility condition on client.

Please find the below screenshot for more details.

Thank you so much kanap2 for ur help . It worked .