radio
目的 Purpose
Generates a radio button使用例 Examples
<g:radio name="myGroup" value="1"/> <g:radio name="myGroup" value="2" checked="true"/>
<input type="radio" name="myGroup" value="1" /> <input type="radio" name="myGroup" checked="checked" value="2" />
詳細 Description
属性 Attributes
value
(required) - The value of the radio buttonname
(required) - The name of the radio buttonchecked
(optional) - boolean to indicate that the radio button should be checked