I have two radio button on HTML page. Each radio button has a name.
The first radio button is "No" and the second radio button is "Yes"
I have a text area on page. I want to lock text area if User select NO button, and allow text area if user select "Yes" radio button.
Is hard to do this ? Anyone help me with some idea?