});
final FieldsetPanel fieldset = gridBuilder.newFieldset(parentPage.getString("address.contactStatus")).suppressLabelForWarning();
final DivPanel checkBoxPanel = fieldset.addNewCheckBoxButtonDiv();
checkBoxPanel.add(form.createAutoRefreshCheckBoxButton(checkBoxPanel.newChildId(), new PropertyModel<Boolean>(searchFilter, "active"),
parentPage.getString("address.contactStatus.active")));
checkBoxPanel.add(form.createAutoRefreshCheckBoxButton(checkBoxPanel.newChildId(), new PropertyModel<Boolean>(searchFilter,
"nonActive"), parentPage.getString("address.contactStatus.nonActive")));
checkBoxPanel.add(form.createAutoRefreshCheckBoxButton(checkBoxPanel.newChildId(), new PropertyModel<Boolean>(searchFilter,
"uninteresting"), parentPage.getString("address.contactStatus.uninteresting")));
checkBoxPanel.add(form.createAutoRefreshCheckBoxButton(checkBoxPanel.newChildId(), new PropertyModel<Boolean>(searchFilter,
"personaIngrata"), parentPage.getString("address.contactStatus.personaIngrata")));