With a textinput I can differentiate between readonly (receive click but no change of data) and disabled (no click).
I would need that with a checkbox or select. But there is only disabled.
I need to differentiate between clicked and changed.
Is that possible??