I need to change the whole check box in gray color. Basic idea behind changing the check box color to show as a placeholder, all other control is shown in gray except the check box.
Can you please suggest easy way to make it .
I need to change the whole check box in gray color. Basic idea behind changing the check box color to show as a placeholder, all other control is shown in gray except the check box.
Can you please suggest easy way to make it .
Best way is to use background Images because checkboxes are not able to be styled because browsers usually overwrite the checkbox styles. http://www.hongkiat.com/blog/css3-checkbox-radio/
Another way is to use a third party js plugin there are many available. http://www.sitepoint.com/15-jquery-radio-button-checkbox-style-plugins/
not sure if you're looking for the disabled option while you're writing the code or your greying out the check box after a condition.
<input type="checkbox" disabled="disabled" />