Hola
bitshoot
Pon así el checkbox:
<input type="checkbox" onclick="habilita(this.checked)" />
y usa este código:
Código PHP:
function habilita(chk){
document.form1.tipo.disabled = chk;
document.form1.titulo.disabled = !chk
Espero que te sirva. Saludos,