cancel
Showing results for 
Search instead for 
Did you mean: 

Radio Button and Input Field

Former Member
0 Kudos

Hi Experts,

I have following requirement. User will be shown following UI elements:

Radio Button Symbol --- Input Field  text1  --- Description of text1
Org Unit

Radio Button Symbol --- Input Field   text2 --- Description of text2
Structural Unit

User will select either Org Unit radio button or Strucrtural Unit radio button. If user selects Org Unit radio button then user should be permitted to enter text in " Input Field text1 ".

If user selects Org Unit radio button then user should be permitted to enter text in " Input Field text2 ".

Please let me know how I should proceed.

Regards,

Gary

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Input fields have a property called Enabled. You can bind this to an attribute of type Boolen(. Depending on which radio button is selected, make this attribute true or false.

By default it is false.

Regards,

Himasnhu

Answers (0)