JSFiddle - React, Tailwind, and code Playground
by eget teteete
HTML
<div class="log">
<input type="checkbox" />
<input type="checkbox" />
</div>
<input type="checkbox" />
<input type="checkbox" />
<input type="checkbox" />
<input type="checkbox" />
<input type="checkbox" />
<input type="checkbox" />
<input type="checkbox" />
<input type="checkbox" />
JavaScript
/* $('.log > input[type="checkbox"]').on('change', function() {
$('input[type="checkbox"]').not(this).prop('checked', false);
}); */
document.qs