SyntaxFix
Write A Post
Hire A Developer
Questions
Just place a div around the input and label...
<li> <div> <input id="checkid" type="checkbox" value="test" /> </div> <div> <label style="word-wrap:break-word">testdata</label> </div> </li>