79732671

Date: 2025-08-12 03:36:11
Score: 1
Natty:
Report link
$('#myCheckbox').on('click', function() {
  if ($(this).prop('checked')) {
    console.log('Checkbox is checked.');
  } else {
    console.log('Checkbox is unchecked.');
  }
});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bang Andre