Schluca / streamlit_tree_select

A simple and elegant checkbox tree for Streamlit.
MIT License
80 stars 9 forks source link

Feature request: Preselected nodes #5

Closed Chulean closed 1 year ago

Chulean commented 1 year ago

Currently, there is only the property 'checked' in which you can insert a list. The problem with selecting all items like that is on the user interface the items appear as unchecked -> What I need is a property where I can select which checkboxes should appear as checked + add them to the checked list -> the user sees which of the items are preselected.

Chulean commented 1 year ago

made it work.

sec-jam commented 8 months ago

@Chulean could you unpack how you made it work? I'm having a very similar problem to your problem description.