kapot65 / dash-treeview-antd

TreeView component for Dash framework
17 stars 10 forks source link

Tree view does not show checked boxes #2

Closed sutiv closed 5 years ago

sutiv commented 5 years ago

If I set the parameter 'checked'=['some-key'] on init or by updating via callback, the treeview does not show these checked boxes in the browser, but contains the value.

If a user checkes some boxes in the browser, everything is fine!