javascript radio buttons code example Example: javascript how to select radio button Click to copyfunction check() { document.getElementById("red").checked = true; }