_chkUsageAuthSource = toolkit.createButton(sectionClient, "Authentication Source", SWT.CHECK);
_chkUsageAuthSource.setData("pluginUsageAsAuthenticationSource");
registerField("pluginUsageAsAuthenticationSource", _chkUsageAuthSource);
toolkit.createLabel(sectionClient, "");
_chkUsageContentStore = toolkit.createButton(sectionClient, "Published WGA Content Store", SWT.CHECK);
_chkUsageContentStore.setData("pluginUsageAsContentStore");
_chkUsageContentStore.setData(SWTBotIDs.WIDGET_KEY, ResourceIDs.BUTTON_IN_DESGINPLUGIN_EDITOR);
registerField("pluginUsageAsContentStore", _chkUsageContentStore);
// _chkAllowContentAuthoring = factory.createCheckBox(sectionClient, "Further options:", "Allow Content Authoring", "allowContentAuthoring");