3-state checkbox view

Hi,
Is it a way to use 3-state checkbox not only for tree view?
Thanks

Hello,
Which view do you want to use with threeState checkbox?
threeState property is supported by tree, sidebar, treetable, organogram view.

I saw this example

https://snippet.webix.com/5432d74d

And I want to use checkbox for the filtring datatable, but need this checkbox not in the the datatable because it will be filter to hidden column, it must be placed in other layout.

For example like here
https://snippet.webix.com/kp6i6ght

I understand how I can filter records by compare (thank you very much for example) but now the problem is, checkbox must have 3-state

Thank you!

Three-state checkboxes are not available as a separate component.
You can use the segmented button, which provides a better UX for the same scenario.

https://snippet.webix.com/3dzpvzc3

Thanks!