---
title: "How to change label color of disabled checkbox"  
description: "How to change label color of disabled checkbox"  
author: "Anonymous User"  
published: 2014-09-01  
updated: 2014-09-01  
canonical: https://www.mindstick.com/forum/2219/how-to-change-label-color-of-disabled-checkbox  
category: "asp.net"  
tags: ["asp.net", ".net", "change color of label", "change label color of disabled checkbox", "change color of disable checkbox"]  
reading_time: 1 minute  

---

# How to change label color of disabled checkbox

How to change disabled [checkbox](https://www.mindstick.com/articles/291/how-should-use-checkbox-control-in-vb-dot-net) [label](https://www.mindstick.com/articles/12835/print-label-tracking-how-do-these-features-make-auspost-woocommerce-plugin-better) of [asp](https://www.mindstick.com/articles/751/introduction-to-asp-dot-net-mvc) [controls](https://www.mindstick.com/articles/66/how-to-create-controls-at-run-time-in-csharp-dot-net) through [CSS](https://www.mindstick.com/forum/514/background-gradient-ie7-css-problem). [Check](https://yourviews.mindstick.com/story/2248/never-forget-to-check-these-specifications-before-buying-a-mobile-phone) disabled but the label colour is not changing even i tried through CSS, so any clue or hint with CSS?

## Replies

### Reply by Sumit Kesarwani

Hi Pravesh, \

input[type="checkbox"]:checked+label{ font-weight: bold; }

input[type="checkbox"]:disabled+label

{

color:#ccc;

}


---

Original Source: https://www.mindstick.com/forum/2219/how-to-change-label-color-of-disabled-checkbox

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
