BasicCheckBoxFormElement blockCommentPost = new BasicCheckBoxFormElement(null,
DomainGroupModelView.STREAM_COMMENTABLE_KEY,
"Allow others to comment on activity in your group's stream", false, entity.isCommentable());
blockWallPost.addStyleName(StaticResourceBundle.INSTANCE.coreCss().streamModeration());
blockCommentPost.addStyleName(StaticResourceBundle.INSTANCE.coreCss().streamModeration());
blockCommentPost.addStyleName(StaticResourceBundle.INSTANCE.coreCss().commentModeration());
form.addFormElement(blockWallPost);
form.addFormElement(blockCommentPost);
form.addFormDivider();