checkBoxReadOnly property
Override readOnly
for checkbox.
When this is set to false
, the checkbox can be checked
or unchecked while readOnly
is set to true
.
When this is set to null
, the readOnly
value is used.
Defaults to null
.
Implementation
final bool? checkBoxReadOnly;