Hallo weltaran,
probier mal
Delphi-Quellcode:
CheckBox1.AllowGrayed := False;
CheckBox1.State := cbChecked;
CheckBox1.Enabled := False; // hier wird die CB auch grau
...
IF CheckBox1.Checked Then...
Beim Disablen der CB wird auch der Text grau, Du kannst ja stattdessen zur texanzeige einen Label benutzen.