Atozed Forums

Full Version: IWRadioGroup to HTML
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How IWRadioGroup translate to input in HTML Bootstrap template

Name of IWRadioGroup is eLang with two options

Now in HTML template define {%eLang%}

I woudl work: 

<input type="radio" id="radio-one" name="ELANG" value="yes" checked/>
<label for="radio-one">English</label>
<input type="radio" id="radio-two" name="ELANG" value="no" />
<label for="radio-two">German</label>