getOption of HTMLOptions, Methods Webix Docs
returns the option of a radio, a segmented button or a tabbar
object getOption(string|number id);
id
| object | the object with the ID and the value of an option |
Example
var option = $$("radio").getOption("2");
/*
{ "id":"2", "value":"Red" }
*/