Fix for the above:
Code:
<tr>
<td>
$vbphrase[administrators_may_send_email]
</td>
</tr>
<tr>
<td><label for="cb_adminemail"><input type="checkbox" name="options[adminemail]" value="1" id="cb_adminemail" $checkedoff[adminemail] CHECKED disabled onFocus="this.blur()" />$vbphrase[receive_email_from_bulletin_board_staff]</label></td>
</tr>
Was missing a " which is what caused the error.