How can I create a RadioButtonList in a MVC View via HTML class ( Razor syntax )

I need to show my list in a RadioButtonList , some thing like this: @Html.RadioButtonList("FeatureList", new SelectList(ViewBag.Features)) But as you know there is no RadioButtonList class in HTML ...