Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICheckboxEventTarget<Value>

Type parameters

  • Value

Hierarchy

Index

Properties

checked

checked: boolean

Optional children

children: React.ReactNode

Optional className

className: string

Optional disabled

disabled: boolean

Optional indeterminate

indeterminate: boolean

Optional labelStyle

labelStyle: CSSProperties

Optional onChange

onChange: (e: ICheckboxEvent<Value>) => void

Type declaration

Optional readOnly

readOnly: boolean

Optional style

style: CSSProperties

type

type: "checkbox"

Optional value

value: Value

Optional width

width: number

Generated using TypeDoc