From http://www.w3schools.com (Copyright Refsnes Data)
Complete CheckBox Control Reference
The TextAlign property is used to set or return the alignment of a checkbox text.
Default alignment is "right"
| <asp:CheckBox TextAlign="left|right" runat="server" /> |
ExampleThe following example sets the alignment of a checkbox text:
Show example » |
Complete CheckBox Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)