I have a radiolist that I want to have one of the buttons preselected when the page loads based on a database object. How can I do this? Right now I am string that value in a string and doing a if statement, but I don't know how to tell the radio button to be selected already.