label

задает текст ярлыка

string label;

Example

webix.ui({
    cols:[
        { view:"form", elements:[
            { view:"checkbox", id:"ch1", label:"Block pop-up windows"},
            { view:"checkbox", id:"ch2", label:"Load images automatically"},
            { view:"checkbox", id:"ch3", label:"Enable JavaScript"} 
        ]}
    ]
});

Related samples

Details

Помимо настройки label, есть компонент label.

See also
Наверх