Can someone provide a simple example of how to properly use Html.RadioButtonFor? Let\'s say it\'s a simple scenario where my model has a string property named Gender. I wa
This question on StackOverflow deals with RadioButtonListFor and the answer addresses your question too (@Larsenal it also includes labels with the "for" attribute)