check-all
check-all copied to clipboard
Unwanted Behavior when one checkbox is checked
Code automatically checked the "check-all" box if any one of the checkboxes is checked (line 87 in src/index.ts)
Proposed change: replace with the following if statement
if ((total - count) == 0) { setChecked(target, allCheckbox, checked, indeterminate); }