Do you know how I could style a checkbox when it is disabled?
E.g.:
This is supported by IE too:
HTML
class="disabled"
CSS
.disabled{ ... }