You can set the CheckBoxes property of the treeview to true if you wish to show a checkbox next to each node. The Checked property of each JQTreeNode instance can be set to mark the node as checked. The JavaScript tree.getCheckedNodes() holds a list of all checked nodes on the client-side.