jhfrench / bootstrap-tree

JavaScript and LESS/CSS for creating Bootstrap-themed trees (to display hierarchical data).
202 stars 76 forks source link

CheckBox support for bootstrap-tree #16

Open rkandepu opened 9 years ago

rkandepu commented 9 years ago

Dear Team,

Is there checkbox support for this tree?

I have a requirement to populate tree-view dynamically and tree-view should have check-boxes so that User can check some nodes and in the back-end I have to get those nodes that are checked.

jhfrench commented 9 years ago

@rkandepu I think you're saying that you want a checkbox to be the show/hide controller for child elements, but I'm not certain. Can you create a UI prototype of what you're trying to achieve in something like jsfiddle or jsbin?