yup, its simple

templates/editpost.tpl

find

HTML
<input type="checkbox" value="1" id="markedit" name="markedit" checked="checked" class="form-checkbox" />

( remove the checked option )

like:

HTML
<input type="checkbox" value="1" id="markedit" name="markedit" class="form-checkbox" />