I've been attempting to customize my checkboxes, following various tutorials without success. Despite trying multiple methods, I still can't get the checkboxes to check or uncheck.
Here is the code I have so far: https://jsfiddle.net/NecroSyri/behgLox0/10/
My implementation includes vanilla CSS and HTML, with some unrelated JS that I have commented out just in case, but it has not made a difference.
redrawCheckboxes(); //this function creates elements to replace the checkboxes, but nothing happens after that
If anyone knows why clicking the checkboxes does not result in them getting checked or unchecked, I would appreciate any insights. Thanks!