*/
private void initRadioButtons(boolean bbsAllowed, ValueModel triggerChannel)
{
ValueModel storageModel = new BufferedValueModel(
new PropertyAdapter(userPrefs, UserPreferences.PROP_TAGS_STORAGE), triggerChannel);
storageModel.addValueChangeListener(new StorageTypeListener());
rbStorageNone = ComponentsFactory.createRadioButton(
Strings.message("userprefs.tab.tags.dont.share"));
rbStorageNone.setModel(new RadioButtonAdapter(storageModel,
UserPreferences.TAGS_STORAGE_NONE));