Get "text value" of radio button selected

Hello ,

With ui.radio object, it is possible to get the id selected with $(“radioObj”).getValue() , how it possible to get text (value for radio button) associated?

Thanks

There’s no built-in solution, but you can find the needed item among the options array:

http://webix.com/snippet/75ca181d

thanks