If you are using bootstrap wrap your label and input with a div of a "checkbox" or "checkbox-inline" class.
<li>
<div class="checkbox">
<label><input type="checkbox" value="">Option 1</label>
</div>
</li>
Reference: https://www.w3schools.com/bootstrap/bootstrap_forms_inputs.asp