erhanfirat / combo-tree

ComboTree is a jQuery Plugin which is a combobox item with tree structured data list and multi/single selection options and more.
MIT License
79 stars 67 forks source link

How to check some checkboxes when init tree? #4

Closed paulll007 closed 4 years ago

paulll007 commented 6 years ago

in multiselect mode...

Thnx

crazy4chrissi commented 5 years ago

I implemented this in my fork: https://github.com/crazy4chrissi/combo-tree

erhanfirat commented 4 years ago

Hi @paulll007

You can use setSelection method. Please look at readme for details. Thanks...