Response title
This is preview!




<div data-role="fieldcontain" >this can be fixed by editing structure.css (line 1113 of non-minified file)
<fieldset data-role="controlgroup">
<legend>Checkboxes!</legend>
<div class="some_extra_container">
<div class="some_extra_container">
<div class="some_extra_container tag_label_pair">
<input type="checkbox" value="a" id="checkbox_0" name="cb[]" />
<label for="checkbox_0">a</label>
</div>
<div class="some_extra_container tag_label_pair">
<input type="checkbox" value="b" id="checkbox_1" name="cb[]" />
<label for="checkbox_1">b</label>
</div>
</div>
</div>
</fieldset>
</div>
I'm just pointing out that it worked in 1.2.0, but not in 1.3.0 without a small CSS tweakI'm not sure I even understand what the point is of structuring your HTML
I was just trying to point to the source issue.Regardless, I wouldn't recommend modifying the original jQM structure CSS file.
this can be fixed by editing structure.css (line 1113 of non-minified file)
© 2012 jQuery Foundation
Sponsored by
and others.
