threeState

enable three-state checkboxes

boolean threeState;

Example

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

Back to top