[SOLVED] Properly aligning Bootstrap form elements

Issue I have a form in my ASP.NET web application that uses Bootstrap and contains the following section of code: <div class="row mb-2"> <div class="col-sm-4"> <label><input type="checkbox" class="align-middle" value="1" name="Credit_Pulled" id="Credit_Pulled">Credit Pulled</label> </div> <div class="col-sm-4"> <label><input type="checkbox" class="align-middle" value="1" name="Is_On_Terms"

Continue reading