How do I put the bootstrap label below the checkbox?
.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
width: 1.55rem;
height: 1.55rem;
}
.checkbox-lg .custom-control-label {
padding-left: 6px;
}
<div class="custom-control custom-checkbox checkbox-lg">
<input type="checkbox" class="custom-control-input" id="delivery-checkbox-18" name="deliveryAddresses[]" value="">
<label class="custom-control-label" for="delivery-checkbox-18">
fsdfs <br>
sdfsd <br>
sdfsdf <br>
434 sdfsd
</label>
</div>
I get this result
But I want this result
Aucun commentaire:
Enregistrer un commentaire