I have a RadCheckBox on an ASP.Net page with VB.net as the code-behind.
The text for the RadCheckBox is kind of long so needs to be wrapped to the next line or put a carriage-return line-feed in the Text.
I have tried putting <br /> in the Text but that did not work.
I have tried putting the following CSS:
html RadButton.rbCheckBox .rbText {
word-wrap:
normal
;
}
But that did not work either.
Attached is a screenshot showing the RadCheckBox circled in Red.
Please help!