Closed
Description
What would be the easiest way, assuming it's possible, to only check a node if the click happens in the checkbox? Right now, it checks when clicking anything in the node, but I'd like to simply know that the node was clicked (and highlight it) instead of checking in that case. Basically, I need to maintain a selection state in addition to checked and expanded. I.e., which node is selected.
Is there an easy way for this?