mercredi 25 octobre 2023

Checkbox Multiline Label Alignment

https://codepen.io/antonyx-6/pen/qBgdKQr

    <div class="checkbox">
        <input type="checkbox" id="cb02" value="second_checkbox"/>
        <label for="cb02" class="strikethrough">Lorem ipsum dolor sit.</label>
    </div>

I have tried various combinations from floating the checkbox to the left, to displaying the label as an inline-block. Just want the simplest and best solution to acheive the following:

enter image description here




Aucun commentaire:

Enregistrer un commentaire