Create a new Profile Field:
Title: Default for Saving PMs
Options: Saved
Not Saved
Then in your template pm_newpm change the line to this:
HTML Code:
<div><label for="cb_savecopy"><input type="checkbox" name="savecopy" value="1" id="cb_savecopy" tabindex="1" <if condition="$bbuserinfo[fieldx] == 'Not Saved'"><else />$checked[savecopy]</if> /><phrase 1="private.php?$session[sessionurl]folderid=-1">$vbphrase[save_copy_in_sent_items_folder]</phrase></label></div>
Where x in fieldx is the field number for your profile field.