Form Control Properties - Switch

Hierarchy

Properties

assignTo?: ((obj) => void)

Type declaration

    • (obj): void
    • Assigns the object to the input parameter.

      Parameters

      Returns void

className?: string

Custom class names.

colSize?: number
controlClassName?: string
data?: any
description?: string
el?: HTMLInputElement

The element to render the component to.

errorMessage?: string
hideLabel?: boolean
id?: string
isDisabled?: boolean
isInline?: boolean
isPlainText?: boolean
isReadonly?: boolean
label?: string
loadingMessage?: string
name?: string
onChange?: ((item, ev?) => void)

Type declaration

onControlRendered?: ((control) => void | PromiseLike<IFormControl>)

Type declaration

onControlRendering?: ((control) => void | PromiseLike<IFormControlPropsCheckbox>)

Type declaration

onGetValue?: ((control) => any)

Type declaration

onValidate?: ((control, value) => boolean | IFormControlValidationResult)

Type declaration

required?: boolean
title?: string
type?: number
validationType?: number
value?: any

Generated using TypeDoc