I have a CheckBoxList
in ASP.Net and I want to change the background color of the checked Item
.
How can I do it?
I want to do this using CSS.
My .aspx
page is:
<asp:CheckBoxList ID="chkdisease" runat="server" RepeatColumns="2">
<asp:ListItem> Spontaneous bleeding</asp:ListItem>
<asp:ListItem>chiae (superficial tiny areas of bleeding into the skin resulting in small reddish spots) , Purpura (easy or excessive bruising), Spontaneous bleeding from </asp:ListItem>
<asp:ListItem>Fatigue</asp:ListItem>
<asp:ListItem>Prolonged bleeding cuts,</asp:ListItem>
<asp:ListItem>DVT (deep vein thrombosi</asp:ListItem>
</asp:CheckBoxList>