Description
The CheckBoxMultipleChoice class has a method isEscapeLabelMarkup that can be overriden to suppress escaping the markup of labels for each choice.
The class RadioChoice is more or less analogous to CheckBoxMultipleChoice, but does not have an isEscapeLabelMarkup method, so no means to suppress escaping the markup of labels.
I suggest to add this to the interface of RadioChoice as well.
Attachments
Issue Links
- relates to
-
WICKET-2598 Some components still escape non-ASCII symbols by default
- Resolved