When you click on this button, it will only checkoff the checkbox if you click on the "Hello" text. If you click on the button but not the text, it will not check off the box. How can I make it so no matter where I click on the button, it will check off the box?
<button>
<label for="myId">Hello</label>
</button>
<input id="myId" type="checkbox" />