-
Hello, I'm using the Component and would like to have it only readonly, so I use this code:
But in GUI, the user can change the check value, is there a bug? |
Beta Was this translation helpful? Give feedback.
Answered by
stsrki
Aug 31, 2022
Replies: 1 comment 1 reply
-
It seems it is a problem with the HTML checkbox itself. It cannot be readonly. https://stackoverflow.com/questions/155291/can-html-checkboxes-be-set-to-readonly We will probably need to find some workaround to make it read-only. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
svenbaus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems it is a problem with the HTML checkbox itself. It cannot be readonly. https://stackoverflow.com/questions/155291/can-html-checkboxes-be-set-to-readonly
We will probably need to find some workaround to make it read-only.