Answers for "JS clickable checkbox"

0

JS clickable checkbox

<input id="check" type="checkbox" />
  <button onclick="document.getElementById('check').click();">
    Click the Checkbox!
  </button>
Posted by: Guest on April-18-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language