When specifying the type for a field, can it be BOTH readonly AND checkbox?
type
readonly
checkbox
I mean, I can live with .disable(), but I was just wondering.
.disable()
This question has an accepted answers - jump to answer
No, as you said, you would need to use .disable() there to get a read-only checkbox.
Colin
Answers
No, as you said, you would need to use
.disable()there to get a read-only checkbox.Colin