You should not be able to select the TreeNode by checking its checkbox when it's state is not selectable. From [docs](https://github.com/amsik/liquor-tree/blob/master/docs/hexo/source/index.md): ``` By default a Node has the following states: { "selected": false, "selectable": false, ... ``` Currently the `selectable` state seems not to be propagated to TreeNode classes and to selection code.