Primary Tag¶
Calling your Radio Buttons field with a single tag returns the selected option’s value:
<p>I really like {my_radiobutton_field}.</p>
The following tags are available for your Radio Buttons fields within {exp:channel:entries} and Matrix tag pairs.
Calling your Radio Buttons field with a single tag returns the selected option’s value:
<p>I really like {my_radiobutton_field}.</p>
Returns the label of the selected option.
<p>I really like <a href="{my_radiobutton_field}">{my_radiobutton_field:label}</a>.</p>