A checkbox can be read-only and unable to change states
- A checkbox can be disabled by either setting disabled on the hidden input, or class disabled on the ui checkbox
+ A checkbox can be disabled by either setting the disabled attribute on the hidden input, or class disabled on the ui checkbox