Open gklamm opened 7 months ago
This PR add checkBoxReadOnly property, which can override readOnly for checkbox. This allow checkbox to be checked or unchecked while readOnly is set to true.
checkBoxReadOnly
readOnly
true
This PR add
checkBoxReadOnly
property, which can overridereadOnly
for checkbox. This allow checkbox to be checked or unchecked whilereadOnly
is set totrue
.