I want to enable a checkbox in the Twitter Bootstrap dropdown menu, but I can’t get the menu text (in <a> .. </a>) to sit next to that checkbox. I read in the CSS used for forms and tried many things to no avail.
This is what I think should work, but does not.
<li><label class="checkbox" ><input type="checkbox">aaa</label><a href="#" style="float:left"></a></li>
Neville
drop-down-menu twitter-bootstrap
nevf
source share