Checkbox in Grid rows

Hy everyone,

I’m using the Grid in Framework UI and wondering if there is an example that allows you to add for example three check boxes on each row?

Like this:


https://jsfiddle.net/8oLm1018/

Perhaps have a look at the
CheckboxRenderer
from
Grid Renderers collection For Vaadin7
?

Looks like what you are after.