Example - Template


<section name="select1" condition="FormsCapable='Yes'">
 <section name="label">
  <fieldset> 
   <legend>@@label@@</legend>
   <section name="item">
    <label>@@label@@><input name="@@ref@@" type="radio" value="@@value@@"/></label>
   </section>
  </fieldset>
 </section> 
</section>