DJME 2 TreeView supports checkbox items, as shown above.
If you want to enable the checkbox rendering, you can do so through the ShowCheckBox method or AllowCheckNodes option property
<%= Ajax.Dna().TreeView("TreeView1") .ShowCheckBox(true) %>