问题
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
回答1:
maybe try with nested columns: http://plnkr.co/edit/6iafYcHG9K461CiFNOpk?p=preview
来源:https://stackoverflow.com/questions/23290302/twitter-bootstrap-aligning-checkbox