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