threeState

включает чекбоксы с тремя состояниями

boolean threeState;

Example

webix.ui({
    view: "tree",
    threeState: true
});

Наверх