sets the initial value for a control
webix.ui({
view:"toggle",
id: "mytoggle",
offLabel:"Disabled", onLabel:"Enabled",
value: true // enables the control initially
});
All controls fall into:
In case of multiple-value controls, the property points to the ID of the initially chosen option.
Value of the control may be: