The RadioButton component properly invokes an assigned converter's getAsObject method on user action. However, when rendering it does not invoke the converter's getAsString object at all. This method should be invoked and the value attribute of the HTML input component should be set to whatever the method returns.