Hi
I have field IsActive as Bit DataType in Sql. If it is true i want Tick Box like below image should get displayed
<th> @Html.DisplayNameFor(model => model.IsActive) </th>
Thanks