How to add HTML elements, like checkboxes, etc.
html = "<input type='checkbox' id=chk123 checked value='Manhattan'>"
oTree.Add(ParentId, Id, html)
How to make columns.
Just put table inside of each node.
If you set the same width in table cells, they will be aligned.
For different levels set different widths. Play more...