Skip to main content
Version: 1.x

Interface: ICheckboxProps

molecule.component.ICheckboxProps

Hierarchy

  • HTMLElementProps

    ICheckboxProps

Indexable

[key: string]: any

Properties

children

Optional children: ReactNode

Defined in

components/checkbox/checkbox.tsx:9


className

Optional className: string

Inherited from

HTMLElementProps.className

Defined in

common/types.ts:4


id

id: UniqueId

Defined in

components/checkbox/checkbox.tsx:7


role

Optional role: string

Inherited from

HTMLElementProps.role

Defined in

common/types.ts:5


style

Optional style: CSSProperties

Inherited from

HTMLElementProps.style

Defined in

common/types.ts:3


title

Optional title: string

Inherited from

HTMLElementProps.title

Defined in

common/types.ts:2


value

Optional value: string

Defined in

components/checkbox/checkbox.tsx:8

Methods

onChange

Optional onChange(e, options?): void

Parameters

NameType
eChangeEvent<Element>
options?ICheckboxProps

Returns

void

Defined in

components/checkbox/checkbox.tsx:10