Checkbox Group Item

Hierarchy

  • ICheckboxGroupItem

Properties

data?: any
isDisabled?: boolean
isSelected?: boolean
label?: string
name?: string
onChange?: ((selectedItem, ev?) => void)

Type declaration

    • (selectedItem, ev?): void
    • Parameters

      Returns void

title?: string
type?: number

Generated using TypeDoc