New to KendoReactLearn about KendoReact Free.

Checkbox

Represents the KendoReact Checkbox component.

A Functional Component.

jsx
const App = () => {
     return <Checkbox />;
}
const root = ReactDOM.createRoot(document.getElementById('app'));
NameTypeDefaultDescription

props

CheckboxProps intersected with RefAttributes<undefined>

The props of the Checkbox component.

Not finding the help you need?
Contact Support