<a href="#demo1" data-toggle="collapse"><h3 style="color:#0F77CD;">Form</h3></a>
<div id="demo1" class="collapse">
<asp:CheckBox ID="CheckBox1" runat="server" Text="Capsules" /><br /><br />
<asp:CheckBox ID="CheckBox6" runat="server" Text="Combo Pack" /><br /><br />
<asp:CheckBox ID="CheckBox7" runat="server" Text="Kit" /><br /><br />
<asp:CheckBox ID="CheckBox8" runat="server" Text="Gel" /><br /><br />
</div>
I am looking to enhance the code above by adding a toggle image with a minus and plus icon. The purpose is to have the minus icon displayed when the toggle is expanded, and the plus icon displayed when the toggle is collapsed.