SwitchHandle
Interface
Represent the ref of the Switch component.
Definition
Package:@progress/kendo-react-inputs
Properties
element
null | HTMLSpanElement
Returns the HTML element of the Switch component.
focus
() => void
Sets the focus on the Switch.
name
undefined | string
Gets the name property of the Switch.
The props of the SwitchHandle component.
Represents the validity state into which the Switch is set.
value
boolean
Gets the value of the Switch.