Tool Bar Check Boxes

Is there a way to add check box type in rendering toolbar?Below is my code:

Hello
There is no ready approach, just if you set checkbox picture as item icon and will catch the click on the picture and will change it to ‘status’ and note the status for your program’s logic.

thnx Darya,
I need the check box so as to do a multiple select on options in the toolbar dropdown and view the selected(ticked).

Place combo with checkboxes there. It is a real approach.

[code]

Complex task 3th Febr
<style>
	html,body { height: 100%; margin: 0px; overflow: hidden; }
    .dhx_toolbar_base_18_dhx_skyblue div.dhx_toolbar_text {
        margin-top: 3px;
    }
</style>
[/code]

By the way you can modify the combo style to achieve a ‘select’ design.

Thanks Darya,
setting an combo object on toolbar via div worked.But minding the layout of my program i changed and used the menu instead(the updated library that allows check box and radio buttons saved my life)

Do you mean you’ve change something in our produckt or you’ve change it to another one?