CheckBox
Opened this issue · 3 comments
panliang-rm commented
AmrDeveloper commented
Hello @panliang-rm,
Sorry for delay, do you still have a code snippets on how to reproduce it
panliang-rm commented
Hello, this is an example I found online. I want to ask if TreeView can provide checkbox functionality. Currently, my implementation is quite complex and not elegant - I need to manually traverse the data source and use EventBus to notify updates.
AmrDeveloper commented
@panliang-rm Yes, TreeView allow you to define your custom view with custom logic too, I created a small example with CheckBox component
Screen.Recording.2024-12-26.at.13.59.45.mov
You can also decide if you want to check the parent if all children are checked or not