Tree allow single check only

Dear Developer,

How to protect multiple item checks on trees?
I want to allow a single item only.

Thanks

try to handle onItemCheck event and implement own logic.
check this
https://snippet.webix.com/bf8ogbaw

Thanks, It is working.