JSFiddle - React, Tailwind, and code Playground

by jamessouth

JavaScript

Array.prototype.slice.call(document.querySelectorAll(".emby-checkbox")).forEach(x => {
  x.checked = false
});