content:radio
Description
Creates a radio button
Usage
as element:
<content:radio label="{string}" field="{string}" value="{string}"> </content:radio>
Parameters
Param | Type | Details |
---|---|---|
label | string | The label for the textarea |
field | string | The name of the field. |
value | string | The value of the field when selected |