returns the current value of the control
webix.ui({ view:"checkbox", id: "mycb", label:"Tips" }); $$("mycb").getValue(); // returns the current value
The method returns: