Kotak centang JS yang dapat diklik
<input id="check" type="checkbox" />
<button onclick="document.getElementById('check').click();">
Click the Checkbox!
</button>
Gorgeous Goldfinch