L
L
Lavrov952018-10-30 21:21:30
Bootstrap
Lavrov95, 2018-10-30 21:21:30

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>

How to change bootstrap checkbox style for multi checkbox on bootstrap classes? Example
<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 question

Ask a Question

731 491 924 answers to any question