New to KendoReact? Learn about KendoReact Free.
Checkbox
Represents the KendoReact Checkbox component.
jsx
const App = () => {
return <Checkbox />;
}
const root = ReactDOM.createRoot(document.getElementById('app'));
Name | Type | Default | Description |
---|---|---|---|
props |
|
The props of the Checkbox component. |