Aitor Solozabal Merino

Here is a simple modification of dtree.js found on the web to do what you want

dtree.js modification --> dtreecheckbox.j s

Replace this funtion inside the javascript dtree.js file

[CODE=javascript]// Creates the node icon, url and text
dTree.prototype .node = function(node, nodeId) {
var str = '<div class="dTreeNod e">' + this.indent(nod e,...