Hey there, I have a specific requirement that I need help with. Check out the image here.
I want to enable the LCM information box when the LCM checkbox is checked. Below is my code:
<div class="panel-body ">
<div class="col-md-4 col-sm-4 col-xs-12 "></div>
<div class="col-md-4 col-sm-4 col-xs-12 ">
<input type="checkbox" id="validationTypeFunctional" name="validationTypesDone" style="width:15px;height:15px;margin-right:20px" value="Functional"/>
<label>Functional</label>
</div>
....(more code here)....
</div>
</div>
Unfortunately, the alignment of the code is not correct. The rows in the columns are not being properly combined or merged, resulting in a messy layout.
I would appreciate any assistance in achieving the desired output.