How to remove a tick from the checkbox using JavaScript, which the user installed?

  • one
    Very abstract question. In which case he set this checkbox, is it installed by default, set on an event? - Dmitriy
  • one
    Set the property checked = false; - nick_n_a
  • It is set by event - Ivan Repin

1 answer 1

document.getElementById('yourCheckbox').checked = false