New to KendoReact? Learn about KendoReact Free.
Form Support
Updated on Dec 19, 2025
The RadioButton component can be easily integrated with HTML5 form as well as KendoReact Form (or other third-party solutions).
The form enables you to validate checkbox values and prevent the submission of forms which are in an invalid state.
Change Theme
Theme
Loading ...
Validation Control
The valid property allows you to manually control whether a field appears valid or invalid. If valid is set, the required property will be ignored.
The following example demonstrates how the valid prop works. To submit the form, enter the FREESHIP code.
Change Theme
Theme
Loading ...