How to check radio button using JavaScript - Inject JS

The radio buttons in the radiobutton list are index based, since your “containing” is the second item so the index value is 1 (starts from 0)

1 Like