I have a simple form with text inputs, drop-downs and radio buttons. I have all the validation working properly except for a drop-down and radio button. When a user selects a particular option from the drop-down I want a radio button to be checked on the next step. I can do this when the user submits the form, but I'd like the function to run on the fly as the form is quite lengthy. I'm not sure what the proper event would be for the form select statement? Any help would be great.