by default the checkbox is checked
files to edit
/modules/boonex/avatar/templates/base/ block_wide.html
find
<span><input type="checkbox" name="copy_to_profile_photos" id="copy_to_profile_photos" checked="checked" /><label for="copy_to_profile_photos"><bx_text:_bx_ava_copy_to_profile_photos /></label></span>
replace with
<span><input type="checkbox" name="copy_to_profile_photos" id="copy_to_profile_photos" /><label for="copy_to_profile_photos"><bx_text:_bx_ava_copy_to_profile_photos /></label></span>