Ciao TheAikon,

non ho capito se vuoi mettere il segno di spunta in automatico o se vuoi abilitare in automatico un check disabilitato :master:
te faccio vede' tutti e due
codice:
<input type="text" name="new" size="20" onkeyup="this.form.NomeCieck1.checked=(this.value!='')"><input type="checkbox" name="NomeCieck1" value="ON">

<input type="text" name="new" size="20" onkeyup="this.form.NomeCieck2.disabled=(this.value=='')"><input type="checkbox" name="NomeCieck2" value="ON" disabled>
a te cosa serve?