возвращает текущее значение контрола
number | the current value of the control |
webix.ui({
padding:20,
width:400,
rows:[
{ type:"section", template:"Settings"},
{ view: "switch", id: "myswitch", value: true, label:"Sound"},
]
});
$$("myswitch").getValue(); // returns 1
Возвращаемое значение контрола может быть: