How can I get Text of radio button?

Please refer following snippet
https://snippet.webix.com/bxydtopn
webix version 5.3 not supporting getOption() method of ui.radio.
Is there any alternative option please tell ?

Hey @pratikshadatir1, you can manually iterate across the options and try to find the needed option by its id, which we can get using the getValue() method: https://snippet.webix.com/1w3px6bm.