| 
					 Title: tree and hide/show checkbox Post by: hahamed on August 05, 2015, 10:19:11 PM Hello 
					When I use: Code: $('#tree').tree({ checkbox: true });Code: $('#tree').tree({ checkbox: false});Why tree has not showCheckbox or hideCheckbox methods? Title: Re: tree and hide/show checkbox Post by: jarry on August 06, 2015, 06:17:45 AM It is easy to extend these two methods. 
					Code: (function($){ |