<label>Plan de la formation</label>
<input id="P1" type="checkbox"/>
var CB = document.getElementById("P1");
if(CB.checked){
window.alert("Case crocher");
}
else
window.alert("Case decrocher");
Donc après avoir lancer la page j'obtient une erreur
Uncaught TypeError: Cannot read property 'checkbox' of null
pouriez vous m'aider svp