wird überprüft, ob JQuery nicht funktioniert
$('#check').change(function () {
$('#colour').prop('disabled', !this.checked);
});
Joyous Jackal
$('#check').change(function () {
$('#colour').prop('disabled', !this.checked);
});