Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>jQM Has another layout option, would this work?</p> <ul> <li><a href="http://jsfiddle.net/R372c/3/" rel="nofollow">http://jsfiddle.net/R372c/3/</a></li> </ul> <p>HTML</p> <pre><code>&lt;div data-role="fieldcontain"&gt; &lt;fieldset data-role="controlgroup" data-type="horizontal"&gt; &lt;input type="checkbox" name="checkbox-6" id="checkbox-6" class="custom" /&gt; &lt;label for="checkbox-6"&gt;b&lt;/label&gt; &lt;input type="checkbox" name="checkbox-7" id="checkbox-7" class="custom" /&gt; &lt;label for="checkbox-7"&gt;&lt;em&gt;i&lt;/em&gt;&lt;/label&gt; &lt;input type="checkbox" name="checkbox-8" id="checkbox-8" class="custom" /&gt; &lt;label for="checkbox-8"&gt;u&lt;/label&gt; &lt;/fieldset&gt; &lt;/div&gt; </code></pre> <p>Docs:</p> <ul> <li><a href="http://jquerymobile.com/demos/1.0/docs/forms/checkboxes/" rel="nofollow">http://jquerymobile.com/demos/1.0/docs/forms/checkboxes/</a> (Bottom of the page)</li> </ul> <blockquote> <p><strong>Horizontal toggle sets</strong> <br />Checkboxes can also be used for grouped button sets where more than one button can be selected at once, such as the bold, italic and underline button group seen in word processors. To make a horizontal button set, add the data-type="horizontal" to the fieldset.</p> <p><code>&lt;fieldset data-role="controlgroup" data-type="horizontal"&gt;</code> The framework will float the labels so they sit side-by-side on a line, hide the checkbox icons and only round the left and right edges of the group.</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload