Workarounds:
- Use the Lightweight render mode of the FormDecorator;
- Use RadCheckBox instead of asp:CheckBox;
- Use the following styles:
.rfdRadioChecked::before, .rfdRadioUnchecked::before,
.rfdCheckboxChecked::before, .rfdCheckboxUnchecked::before {
content: none !important;
}
Classic render mode has been discontinued since 2015 and is no longer supported. Controls introduced after that date, including the CheckBox control, work only in Lightweight render mode, so Classic render mode will not function with them.
Regards,
Rumen
Progress Telerik