Do you know how I could style a checkbox when it is disabled?
E.g.:
You can select it using css like this:
input[disabled] { /* css attributes */ }