Is MultiSelect possible with the Checkbox Tree? (App Designer)
Show older comments
The normal tree app component has the MultiSelect property. The checkbox tree (introduced in 2021a), however, has not and, so far, I have not been able to enable the selection of multiple child nodes of the checkbox tree. Is it possible to circumvent this limitation?
Answers (1)
Nikhil Sonavane
on 26 Mar 2021
Edited: Nikhil Sonavane
on 26 Mar 2021
0 votes
I tried to reproduce your issue but couldn't. In MATLAB 2021a, I am able to create a checkbox tree where I can select multiple child nodes. Can you add some more details about the issue that you are facing?
4 Comments
Henry Barth
on 4 Apr 2022
I thinks he is referring to selected nodesI cannot select multiple nodes, either. I can just check/uncheck them but I want to select them. Is there a reason the MultiSelect property is not implemented for checkboxtrees?
Dmitri Visser
on 29 Sep 2022
Martin
on 1 Mar 2024
In Matlab 2023b it is still not possible
Markus Leuthold
on 22 Oct 2025
Still not possible in Matlab 2025b
>> hTreeRoot.SelectedNodes = hTreeRoot.Children(1:3)
'SelectedNodes' must be an empty array or a 1-by-1 TreeNode object that is a child in the CheckBoxTree.
Categories
Find more on Update figure-Based Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!