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
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
No, as you said, you would need to use
.disable()
there to get a read-only checkbox.Colin