ActiveCotent in list(IconButton)

I need add some controls in list item. I use “active content from” documenation.
http://webix.com/snippet/54cc6bce
But I don’t understand how set values to item widgets.
And I need add some css class to icon, when status changed. Using “css” propeties add class to parent item. I can accsess on html item directly (icon holder), but I think that is bad solution.
Also, when you click on the toggle button, an error occurs at the first time and button don’t toggled.
console output:

Uncaught NotFoundError: Failed to set the 'innerHTML' property on 'Element': The node to be removed is no longer a child of this node. Perhaps it was moved in a 'blur' event handler?

I can confirm the issue. Fix will be included in the next build.

As for value settings, you can define it in the data of the list. Use the same name as name of ActiveContent control

{ name: 'Sara', level: 50, connectButton: true },

http://webix.com/snippet/a51eafdf

Ok! It’s work.
http://webix.com/snippet/2a01a6b9
But if add icon widget to list item and mousedown on icon? it’s looks liake as toggle button. That’s not correct.

You can customize .webix_icon_button:active css rule:

http://webix.com/snippet/f8a4a93f