You can edit the theme file, /components/com_komento/themes/kuro/comment/form/tncfield.php and locate the codes below,
<input type="checkbox" name="tnc-checkbox" id="tnc-checkbox" value="y" class="tncCheckbox input checkbox" />
Replace it with,
<input type="checkbox" name="tnc-checkbox" id="tnc-checkbox" value="y" class="tncCheckbox input checkbox" checked="checked" />