<div class="form-group">
<label class="col-md-5 control-label">
Chasis Type:-</label>
<div class="col-md-7">
<div id="radiotwoWheel" class="col-md-6">
@*@Html.RadioButtonFor(model => model.ChasisType, "2", new { @id = "radioTwoWheel", @Value = "TwoWheeler" })<label
id="lblTWoWheel">Two Wheeler</label>*@
</div>
<div id="radiofourwheel" class="col-md-6">
@* @Html.RadioButtonFor(model => model.ChasisType, "4", new { @id = "radioFourWheel", @Value = "FourWheeler" })<label
...
Go to the complete details ...