Checkbox
Component
Represents the KendoReact Checkbox component.
Definition
Package:@progress/kendo-react-inputs
Syntax:
jsx
const App = () => {
return <Checkbox />;
}
const root = ReactDOM.createRoot(document.getElementById('app'));
Properties
props
CheckboxProps intersected with RefAttributes<null | CheckboxHandle>
The props of the Checkbox component.