Checkboxes and Multiselect on Toolbar by XML

Is it possible to add checkboxes and multiselect on Toolbar thru XML?

I have tried many approaches such as

<item type=“checkbox” …

<item type=“buttonCheckbox” …

<item type=“multiselect” …

Thanks.

Hi

toolbar do not support checkboxes. menu only. for toolbar you can add default buttons and custom onclick logic manualy.

Thank you for the reply. Is there anyway for me to add two-state buttons on a dropdown thru XML? The ways I tried didn’t work for me.

Hi

docs docs.dhtmlx.com/toolbar__index.html
demos dhtmlx.com/docs/products/dhtmlxToolbar/samples/

Please feel free to read, learn and try :wink: