I was looking around to add an event to a checkbox and I would have thought people would use .change
to set up a change event but instead I found that people are using .click
Is there a reason for this? They both seem to work fine both with clicked events and with keyboard changes. Am I missing something?
If you don't believe me then try it out yourself