Components in Grid - Checkbox in 8.1

Hi,

Is the checkbox one of the components which can be added in a grid column in 8.1?
I cannot find refence to checkbox renderer in the 8.1 Alpha6 java docs.
Is there any example code of using the new 8.1 “Components in Grid”

Thanks

Please search for ComponentRenderer - basically that’s a Grid Renderer which allows any Vaadin component (CheckBox, layouts, etc) to be placed inside of the Grid cell. ComponentRenderer will be present in Vaadin 8.1.

Hi Martin,

I looked at ComponentRenderer but ended up confused with the case when specific renderers are used.
I missed the fact that the ComponentRenderer can handle any components.

Thanks for setting me straight.
Paul