Hi, i'm wondering if it is possible to style a checkbox such that the label text is before the checkbox control, rather than the other way around.
My markup being something like so:
<input id="wid" class="ax-unselectable k-checkbox" type="checkbox"> <label for="wid class="k-checkbox-label">label text</label>
There are a number of :before and :after rules associated with k-checkbox-label, but i don't see any obvious mechanism to get the label to come first.
Anyone ever done or requested that?
Thanks
roger