I am pretty new to MVC and just learning by example, so far I was able to do
@Html.RadioButton("settings", "UpdateEmail")
But is there a way like extra params maybe so I can also set some outline:none and alignment attributes for it?
In Google I found this example but he is not passing CSS either: http://www.tutorialsteacher.com/mvc/htmlhelper-radiobutton-radiobuttonfor