[quote="kenyee"]Quick suggestion: Using that tree.find() function is non-intuitive. The tree.getSelectedNodes() function should just return an array of selected nodes no matter whether the tree is in checkbox mode or radiobutton mode...
getSelectedNode function returns selected(focused) node, not checked (no matter radio or checkbox).