> When we disabled check box it's greyed out , Can we make it look pinked
> out? Thank you very much.
Yes in theory. You will have to test browser support, but try adding the
following to the end of your user stylesheet:
input[type="checkbox"][disabled] {
background-color:#ff8080;
}