Hi, I tried to use a RadioButton inside a telerik Form component but it seems not working.
I started from the example on
https://www.telerik.com/kendo-react-ui/components/form/get-started/
And I added a checkbox (it works fine) and 3 radiobutton, but it is not clear for me how use them: they doesn't load initial values and not falls on the submit json.
This is my example:
https://stackblitz.com/edit/react-oxhaws?file=src%2FApp.js
Are there some example on this case?