Código HTML:
Código HTML:
<fieldset data-role="controlgroup" data-type="horizontal"> <input type="radio" name="radio-choice-a" id="radio-choice-1" value="choice-1"/> <label for="radio-choice-1">N.A</label> <input type="radio" name="radio-choice-a" id="radio-choice-2" value="choice-2" /> <label for="radio-choice-2">N.P</label> <input type="radio" name="radio-choice-a" id="radio-choice-3" value="choice-3" /> <label for="radio-choice-3">B</label> <input type="radio" name="radio-choice-a" id="radio-choice-4" value="choice-4" /> <label for="radio-choice-4">D</label> <input type="radio" name="radio-choice-a" id="radio-choice-5" value="choice-5" /> <label for="radio-choice-5">R</label> <input type="radio" name="radio-choice-a" id="radio-choice-6" value="choice-6" /> <label for="radio-choice-6">N.V</label> </fieldset>
muchas gracias