Single Checkbox shows error even checked is true #3880
-
Please anybody helps me,
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I need more than this to be able to help. Use https://stackblitz.com/ to create an example for this. |
Beta Was this translation helpful? Give feedback.
-
Your field doesn't set the checked value correctly. It should be a static value that represents the field value when it is checked. |
Beta Was this translation helpful? Give feedback.
Your field doesn't set the checked value correctly. It should be a static value that represents the field value when it is checked.
https://stackblitz.com/edit/vue-ylx8a4?file=src%2FApp.vue,src%2Fcomponents%2FBaseCheckbox.vue,src%2Fmain.js