Align Checkbox To The Right Using Bootstrap
I'm using MVC5 and Bootstrap and I have the following code with produces a label and a checkbox. I want to align the checkbox to the right of it's div. Is there a bootstrap class f
Solution 1:
There is a class "pull-right" in bootstrap, try this out.
Post a Comment for "Align Checkbox To The Right Using Bootstrap"