Answer the question
In order to leave comments, you need to log in
How to change bootstrap checkbox style for multi checkbox?
<fieldset>
<legend>Commercial Type</legend>
<label>
<input type="checkbox" name="commercial_type[]" value="sale">Sale</label>
<label>
<input type="checkbox" name="commercial_type[]" value="renting">Renting
</label>
</fieldset>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="customControlInline">
<label class="custom-control-label" for="customControlInline">Remember my preference</label>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question