CheckboxProps
Represents the props of the KendoReact Checkbox component. Extends the native input props.
Name | Type | Default | Description |
---|---|---|---|
ariaDescribedBy? |
|
Identifies the element(s) which will describe the component, similar to HTML aria-describedby attribute. For example these elements could contain error or hint message. | |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. | |
autoFocus? |
|
Represents the | |
checked? |
|
Sets the checked state of the Checkbox. Set to null to enable the indeterminate state of the Checkbox (see example). | |
children? |
|
The React elements that are passed as children to the rendered component. | |
className? |
|
Sets the | |
defaultChecked? |
|
Sets the default value of checked attribute when used in uncontrolled mode (see example). | |
defaultValue? |
|
The default value of the Checkbox. | |
dir? |
|
Represents the | |
disabled? |
|
Sets the disabled state of the Checkbox (see example). | |
id? |
|
Sets the | |
label? |
|
Sets the label of the Checkbox component (see example). | |
labelClassName? |
|
Sets the | |
labelOptional? |
|
Sets the optional text after the label of the Checkbox component. | |
labelPlacement? |
|
Sets the label position of the Checkbox component (see example). | |
name? |
|
Specifies the This property is part of the FormComponentProps interface. | |
onBlur? |
|
The event handler that will be fired when Checkbox is blurred. | |
onChange? |
|
The event handler that will be fired when the user edits the value. | |
onFocus? |
|
The event handler that will be fired when Checkbox is focused. | |
required? |
|
Specifies if This property is part of the FormComponentProps interface. | |
rounded? |
|
|
Configures the The available options are:
|
size? |
|
|
Configures the The available options are:
|
tabIndex? |
|
Sets the | |
valid? |
|
Overrides the validity state of the component.
If This property is part of the FormComponentProps interface. | |
validationMessage? |
|
Controls the form error message of the component. If set to an empty string, no error will be thrown. This property is part of the FormComponentProps interface. | |
validityStyles? |
|
If set to This property is part of the FormComponentProps interface. | |
value? |
|
If the type is different than boolean and the |