input[type='checkbox'][readonly] {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}