How to code RadioList in Latte?
Notice: This thread is very old.
- medhi
- Generous Backer | 255
RadioList has more dificult syntax then common pair-input (like text input).
Radiolist has more then two labels or inputs. So how can I code radiolist in Latte right?
I need something like this:
{label abc /}
{input abc['option1']}{label abc['option1'] /}
{input abc['option2']}{label abc['option2'] /}
Thanks for help.