JSFiddle - React, Tailwind, and code Playground
by Simon Price
HTML
<input type="checkbox" id="_chkMyGenderProductsOnly" onChange="refreshProductsGrid()" style="margin-left: 3em" />
JavaScript
function refreshProductsGrid() {
console.log("called");
}