I am trying to decorate a radio group as follows: 

<fieldset class="checks">
   <h5>label</h5>
   <ul title="label">
      <li>
         <input name="radioname" value="radiovalue1" id="radiovalue1"
type="radio">
         <label for="radiovalue1">radiovalue1 label</label>
      </li>
      <li>
         <input name="radioname" value="radiovalue2" id="radiovalue2"
type="radio">
         <label for="radiovalue2">radiovalue2 label</label>
      </li>
      <li>
         <input name="radioname" value="radiovalue3" id="radiovalue3"
type="radio">
         <label for="radiovalue3">radiovalue3 label</label>
      </li>
   </ul>
</fieldset> 

Help appreciated!
-- 
View this message in context: 
http://www.nabble.com/Zend_Form-Radio-Checkbox-decorator-tp20819236p20819236.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to