Question

How can I align <div class="checkbox">...</div> with the <input class="form-control" type="text" id="text"> and not the <label>...</label> ?

I am using the latest bootstrap.

Here is the plnkr.

Update:

To be precise, I am trying to vertically middle align the entire <div class="checkbox">...</div> with the <input> tag and not the tag's label

Was it helpful?

Solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top