I want to use bootstrap styled checkbox in my asp .net mvc form, however I find it very difficult. After hours looking for solution, I couldn\'t find anything that works for
This solved the issue:
@Html.CheckBoxFor(model => model.Synchronize) @Html.LabelFor(c => c.Synchronize)