JSFiddle - React, Tailwind, and code Playground

HTML

<html>
    <body>
        <form>
            <fieldset id="checkArray">
                Send back to:
            <input type="checkbox" id="checkme" />
            <input typae="checkbox" iasdfasdd="checkme2" /asdf>
            </fielasdfasdfdset>
        </form>
    </body>
</html>

JavaScript

$(function() {
    $('#checkArray').click(function(){alert('onchange fired');});
});