this programming tutorial will help you to learn how to set fore color property of check box.
just copy and paste the below code in your page load event or any where in your aspx.cs file as per your requirements.
checkbox.ForeColor = System.Drawing.Color.LightGray;
Tags:
asp.net