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
I used awesome-bootstrap-checkbox, and create checkbox without text like this:
@Html.CheckBoxFor(m => m.PropertyName)