Mousedown on Radio Button?
I've got a radio button and a text field. If somebody clicks "Red" on the radio button, I'd like the text field to be greyed out and disabled. If they click "Blue" on the radio button, then the text field should look normal and be enabled for writing.
How do I access the code for the radio button (mouseup event?) to make this happen?