Interface IIgrSwitchProps

Hierarchy

Hierarchy

Properties

blur?: ((s, e) => void)

Type declaration

change?: ((s, e) => void)

Type declaration

checked?: string | boolean

The checked state of the control.

children?: ReactNode
className?: string
disabled?: string | boolean

The disabled state of the component

focus?: ((s, e) => void)

Type declaration

id?: string
invalid?: string | boolean

Control the validity of the control.

labelPosition?: string | CheckboxBaseLabelPosition

The label position of the control.

name?: string

The name attribute of the control.

required?: string | boolean

Makes the control a required field in a form context.

style?: CSSProperties
value?: string

The value attribute of the control.