Skip to main content

ILabeledCheckboxFormInputProps

geovisto-mapReadme | API


geovisto-map / ILabeledCheckboxFormInputProps

Interface: ILabeledCheckboxFormInputProps

This interface declares specification of a form input props model.

Author

Jiri Hynek

Extends

Properties

defaultValue?

optional defaultValue: boolean

Source

model/types/inputs/labeled/checkbox/ILabeledCheckboxFormInputProps.ts:12


label

label: string

Source

model/types/inputs/labeled/checkbox/ILabeledCheckboxFormInputProps.ts:10


name

name: string

Source

model/types/inputs/labeled/checkbox/ILabeledCheckboxFormInputProps.ts:11


onChangeAction

onChangeAction: null | (this, ev) => unknown

Source

model/types/inputs/labeled/checkbox/ILabeledCheckboxFormInputProps.ts:9