Multiple choice technology programming languages How many state a TCheckbox can have? 2 3 4 Any number Reveal answer Fill a bubble to check yourself B Correct answer Explanation In Delphi/C++Builder VCL, a TCheckBox can have up to 3 states (checked, unchecked, and grayed/indeterminate) represented by the TCheckBoxState enumeration when the AllowGrayed property is set to true.