|
t:radio |
|
<p>
The <t:radio> tag renders an HTML input of type "radio". The radio button can be associated with a particular f:selectItem tag using the "for" attribute. This allows the selectItem to be displayed anywhere on the page. The associated selectItem must be defined in a
<a href="tomahawk-selectOneRadio.html"><em><a href="tomahawk-selectOneRadio.html"><strong><t:selectOneRadio> </strong></a></em></a>
tag with the layout attribute set to "spread".
</p>
Example
<t:radio> </t:radio>
|