Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWRadioGroup to HTML
#1
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>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)