![]() |
|
IWRadioGroup to HTML - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: IWRadioGroup to HTML (/thread-3255.html) |
IWRadioGroup to HTML - matija - 05-25-2023 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> |