Sidebar with checkbox

Hi Webix Team,

I was working with webix “sidebar”. I have a requirement to add checkbox to sidebar items(left of all children). Also need to add one custom label to the right side of the child. How can i achieve that?
Also is there a way (without using css modification) to move the expand/collapse arrows to the left of the parent item.

Sample snippet:
https://snippet.webix.com/wykr2tyg

Hello, @sujith !

If you want to define some active zones (buttons, checkboxes, etc.) within the menu items, it’s better to use the sidemenu that will contain a list with html-inputs or an ActiveContent
Here is a quick sample: Code Snippet

Also is there a way (without using css modification) to move the expand/collapse arrows to the left of the parent item.

It’s possible via css only