You should alter the "skin1/modules/News_Management/register_newslists.tpl" template and replace this code:
Code:
<td><input type="checkbox" name="subscription[{$listid}]" {if $subscription[$listid] ne ""}checked="checked"{/if} /></td>
with this:
Code:
<td><input type="checkbox" name="subscription[{$listid}]" {if $subscription[$listid] ne "" or $main eq "register"}checked="checked"{/if} /></td>