'document.getElementById("op").checked = false is not working in safari

Following code works well in chrome but not working in safari

document.getElementById("op").checked = false

I am looking forward to correcting answer



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source