if am typing in textbox for example , when i click checkbox it will change character to bold like H2
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox
<asp:CheckBox ID="CheckBox1" runat="server" />
<asp:LinkButton ID="LinkButton17" runat="server">LinkButton</asp:LinkButton>