How to put multiple conditions to auto check the radio button in .net MVC cshtml
@Html.RadioButtonFor(model => model.authType, “email”, Model.authType == “email”)Email
@Html.RadioButtonFor(model => model.authType, “sms”, Model.authType == “sms”)SMS