skip to Main Content

Html – Bootstrap check box with a very long label

This CSS input[type='checkbox'] { transform: scale( 2 ); margin-right: 1.5em; border: 1.5px solid black; } The HTML <div class="form-check"> <input class="form-check-input" type="checkbox" value="" id="mChkCustomer"> <label class="form-check-label" for="mChkCustomer"> This is just a test for a very llllllooooonnnnngggggg label .................. </label> </div>…

VIEW QUESTION
Back To Top
Search