Multi-row selection on click on any row cell

How can we enable multiple row selection on mouse click without ctrl key in webix data/tree [ The data/tree table is having checkboxes]

How can we achieve this?
Can any one help!!

Check the below snippet I tried to achieve in this way
https://snippet.webix.com/5sy8otu1

https://snippet.webix.com/976nrd0v

That’s fine jendrik
But here my concern is, I need multi-row with only click, not Ctrl + click.

How we can achieve this?
Please help!!

Here multi-row selection is happening only with checkboxes.
How can we achieve this using cell click

Hello,

You just need to add multiselect:"touch"
Please check the sample: Code Snippet

Thanks a lot!!

But check box selection is not working with multiselect: “touch”