*/
@Override
public Component getPreview ( final WebLookAndFeelDemo owner )
{
// Checkbox list
final WebCheckBoxList webCheckBoxList = new WebCheckBoxList ( createCheckBoxListModel () );
webCheckBoxList.setVisibleRowCount ( 4 );
webCheckBoxList.setSelectedIndex ( 0 );
webCheckBoxList.setEditable ( true );
return new GroupPanel ( new WebScrollPane ( webCheckBoxList ) );
}