Getting Started with KendoReact RadioButton
The KendoReact RadioButton lets the user to choose only one from multiple options.
The RadioButton is designed to replace the <input type="radio">
HTML5 tag and provides the KendoReact specific styling.
Basic Usage
The RadioButton is typically used within a RadioGroup with the same name
attribute. All regular input type="radio"
HTML attributes are applicable.
The KendoReact RadioButton component is part of the KendoReact library of React UI components. It is distributed through NPM under the kendo-react-inputs package.
The following example demonstrates the RadioButton component in action.