IWRadioGroup to HTML

<< Click to Display Table of Contents >>

Navigation:  Forum >

IWRadioGroup to HTML

Forum link

 


 

05-25-2023, 09:08 AM:

 

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>