Radio Buttons in addon Options

[xFv]

Well-known member
Hello!
I am wanting to use radio buttons in my addon options.
I already have the radio buttons showing in my style property options by creating a admin template.
The problem I am having is the code to call the individual options. Here is some example code I tried:
Code:
<xen:if is="@MY CALL">
<xen:if is="{$xenOptions.OPTION 1}">
My Code Here...
<xen:elseif is="{$xenOptions.OPTION 2}"/>
My Code Here...
</xen:if>
</xen:if>
Is this the proper call setup or no?
 
Last edited:
Top Bottom