44f265d JS shield popup checkbox: onclick -> onchange

Authored and Committed by Libor Polčák 2 years ago
    JS shield popup checkbox: onclick -> onchange
    
    See
    https://stackoverflow.com/questions/19927813/make-a-checkbox-look-like-a-button-css/19928234:
    
    I'd like to add that you should generally never use onclick on a checkbox or radiobutton since this doesn't cover other methods of toggling (e.g. via keyboard or clicking on a label). Use onchange instead. This is also likely the reason why it doesn't work when you hide the checkbox. –
    Daniel Perván
    Nov 12 2013
    
        
file modified
+1 -1