I want to use ComboTree to select single leaf node.
$('#testcombotree').combotree({
    multiple: flase,
    checkbox: true,
    cascadeCheck: false,
    onlyLeafCheck: true
})But the checkbox doesn't appear, and I can select non-leaf node. Is there a way to select or check single leaf node?