const checkBoxes = document.querySelectorAll(".pill input[type='checkbox']"); checkBoxes.forEach((checkbox, index) => { checkbox.addEventListener("change", () => { if ...
Includes SCSS for customize checkbox Working with Bootstrap 3.x, 4.x Require Font Awesome 4.7.x to work (could also be used by any other icon pack after changes in ...