Want a specific radio button to be checked by default on my checkout page

Question:
[Want ‘Easebuzz’ radio button to checked by default on checkout page, but currently ‘Manual Payment’ is checked by default]

Product:
Wix editor

**What are you trying to achieve:
Want ‘Easebuzz’ radio button to be checked by default

What have you already tried:
[I have tried to add custom code to my checkout page.]

**Additional information

let selectedIndex = $w(“radio”).selectedIndex;
$w(“radio”).selectedIndex = 1;