Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi,
is it possible to show the checkbox text on the left side of the checkbox?
<
telerik:RadCheckBox
runat
=
"server"
ID
"CloneTripOppositeCheckBox"
RenderMode
"Lightweight"
Text
"label_checkbox"
TEXTPOSITION
"LEFT"
></
>
Hi Stefania!
An other solution could be :
telerik:RadLabel
AssociatedControlID
style
type
"text/css"
.checkRtl {
direction: rtl;
}
</
CssClass
"checkRtl"