Answer the question
In order to leave comments, you need to log in
How to wrap checkbox in label. am I using bootstrap?
Good afternoon, I got confused, I want to wrap the checkbox in a label. I'm using bootstrap
and I can't find in css how to align the checkbox' a square and the text so that it's evenly centered.
So now:
I want this:
<label class="label label-primary"><input type="checkbox"> Samsung</label>
Answer the question
In order to leave comments, you need to log in
You can't edit a checkbox just like that.
I would do like this:
<div>
<input type="checkbox">
<label class="label label-primary">Samsung</label>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question