Checkboxes make excellent buttons | Christian Heilmann
I like to use checkboxes as buttons. And here’s how.
A checkbox is a binary state. It is checked or not. So instead of reading out the state in an event handler, I tend to read the checked property.
October 5, 2020 at 11:52:06 AM EDT
*
FILLER