Hello BenoƮt,
exactly for that scenario we introduced the model property on the radio
buttons. So setting the model property of each radio button to the model you
like to see in the created model should fix your problem.
Here is my test code to reproduce it:
var form = new qx.ui.form.Form();
va
Hello,
I was wondering how to get the values of radiobuttons using the form
controller. In fact, I'd like to link some different datas that the simple
boolean values "checked or not" to the radio buttons. I suppose I should use
the addBindingOptions() method but I don't know how to do...
For Ins