<input type="radio">

Nagłówek i stopka przyjmą stałą pozycję poprzez atrybut data-position="fixed"

   <form>
    <label>
     <input type="radio" name="radio-choice-0" id="radio-choice-0a">One
    </label>
      <label for="radio-choice-0b">Two</label>
    <input type="radio" name="radio-choice-0" id="radio-choice-0b" class="custom">
       <label for="r3">Two</label>
    <input type="radio" name="r3" id="r3" class="custom" data-mini="true">
       <fieldset data-role="controlgroup">
     <legend>Vertical:</legend>
     <input type="radio" name="radio-choice-v-2" id="radio-choice-v-2a" value="on" checked="checked">
     <label for="radio-choice-v-2a">One</label>
     <input type="radio" name="radio-choice-v-2" id="radio-choice-v-2b" value="off">
     <label for="radio-choice-v-2b">Two</label>
    </fieldset>
       <fieldset data-role="controlgroup" data-type="horizontal">
     <legend>Horizontal:</legend>
     <input type="radio" name="radio-choice-h-2" id="radio-choice-h-2a" value="on" checked="checked">
     <label for="radio-choice-h-2a">One</label>
     <input type="radio" name="radio-choice-h-2" id="radio-choice-h-2b" value="off">
     <label for="radio-choice-h-2b">Two</label>
   </fieldset>
     <fieldset data-role="controlgroup" data-iconpos="right">
     <legend>Vertical, icon right:</legend>
     <input type="radio" name="radio-choice-w-6" id="radio-choice-w-6a" value="on" checked="checked">
     <label for="radio-choice-w-6a">One</label>
     <input type="radio" name="radio-choice-w-6" id="radio-choice-w-6b" value="off">
     <label for="radio-choice-w-6b">Two</label>
   </fieldset>
         </form>