public UserGroupServicePanel(String id, IModel<T> model) {
super(id, model);
add(new PasswordEncoderChoice("passwordEncoderName").add(new OnChangeAjaxBehavior() {
@Override
protected void onUpdate(AjaxRequestTarget target) {
if (recodeCheckBox.isVisible()) {
recodeCheckBox.setEnabled(true);
target.addComponent(recodeCheckBox);