checked
tag property INPUT (type = radio, checkbox) . Sets or gets the selection state for switches.

The selection is set from the script:
object.checked = true
The script is clearing the selection:
object.checked = false