Checkbox Group Properties

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
el?: HTMLElement

The element to render the component to.

hideLabel?: boolean
isDisabled?: boolean
isInline?: boolean
isReadonly?: boolean
label?: string
multi?: boolean
onChange?: ((items, ev?) => void)

Type declaration

onRender?: ((el?, item?) => void)

Type declaration

    • (el?, item?): void
    • Parameters

      Returns void

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

Generated using TypeDoc