draws a check box
obj | object | the data item object |
common | object | the collection of predefined template functions |
string | the HTML string |
webix.ui({
view:"tree",
template:"{common.icon()} {common.checkbox()} {common.folder()} #value#"
});
Back to top