I have two checks, which work poorly, mark and unmark from the second check to the first one, I want them to work independently.
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.0/js/materialize.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.0/css/materialize.min.css" rel="stylesheet"/>
<input type="checkbox" id="myCheckbox" class="filled-in" /><label for="myCheckbox"></label>
<input type="checkbox" id="myCheckbox" class="filled-in" /><label for="myCheckbox"></label>