jQM Playground
by dswitzer
HTML
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
<fieldset data-role="controlgroup" data-type="horizontal" data-mini="true">
<legend>Radio buttons, mini, horizontal controlgroup:</legend>
<input name="radio-choice-b" id="radio-choice-c" value="list" checked="checked" type="radio">
<label for="radio-choice-c">List</label>
<input name="radio-choice-b" id="radio-choice-d" value="grid" type="radio">
<label for="radio-choice-d">Grid</label>
<input name="radio-choice-b" id="radio-choice-e" value="gallery" type="radio">
<label for="radio-choice-e">Gallery</label>
</fieldset>