For some reason, when I add the option to use checkboxes on my listbox, the text for the items become bold. Is there any way to prevent the text from becoming bold? I'm using the Bootstrap theme.
Attached you will find a sample web page implementing your scenario. As you can see, the RadListBoxes (the one with checkboxes and the one without) display the text of the items equally.
Possible reason for the difference that you have observed at your end could be the different elements that are actually rendered. When the items have their checkboxes enabled within each <li> element there is a <label> element with a <input type="checkbox"> and the actual text:
The possible change in the appearance could be caused by a custom CSS style applied on the <label> element.
Note that if the controls are in Classic RenderMode, the above will change as the item text will be enclosed in a <span> element for both with and without checkboxes modes.
Regards,
Veselin Tsvetanov
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.