Hello,
This will require you to edit the template wherever your custom checkboxes will appear. To have them pre-checked use code similar to this:
Code:
<INPUT TYPE="checkbox" NAME="CheckboxOne" CHECKED>CheckBox Text
where NAME = the name of your checkbox field and "Checkbox Text" is whatever text you use to describe the checkbox option