I know that this has been spoken about in some Google Threads but I still can\'t find the right solution to bind my radio inputs to a model (in clean\'n simple manner),
What has worked for me is to set the model variable to { } and that will reset the radio buttons to their default (not selected) state. Of course, this will only work if you have your radio button tags correct as in tosh's answer.