Hello,
We are using kendo-react-inputs 3.17.0
I've created minimal reproduction example from problem that we have with Checkbox component.
If, we at the very first step click on the checkbox then properly true is displayed. Checkbox also says true.
Then, we click button that changes Parent state outside from kendo component. Now, it looks like checkbox is not updated.
Checkbox still says it's true, but we can see that text value says false.
Example is here:
https://codesandbox.io/s/serene-jackson-lrc2i?file=/src/Parent.tsx
Thanks in advance for explanation!
Best regards,
Arek