Click here to Skip to main content
15,924,318 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to have a check box after label please help me

What I have tried:


<label for="check2" class = "check2">Is Active</label>


<input class="check2" type="checkbox" name="check" value="check1">


.check2 { float : left}
Posted
Updated 27-Feb-16 22:33pm

1 solution

If you mean you want this:
My label text [X]
Instead of this:
[X] My label text
Then see here: html - How can I move a label to the left of a checkbox in Bootstrap 3? - Stack Overflow[^]
The Josh Crozier answer should do it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900