Not hard. Under Registration Templates, you will need to edit both "registeradult" and registercoppa." This code is the same for both of them.
Find this code:
PHP Code:
<input type="radio" name="pmpopup" value="yes"> yes
<input type="radio" name="pmpopup" value="no" checked> no
And replace it with this:
PHP Code:
<input type="radio" name="pmpopup" value="yes" checked> yes
<input type="radio" name="pmpopup" value="no"> no
All done!