What is the best way to use radio buttons? I know how to insert their value, but, I also want to make an edit form, where the current value of the radio button is selected, but you could also change it. Say if in the database, radio4 was selected; when you edited that form, the radio button with the name of radio4 would be "pushed in". What is the best way to implement this?