Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 1.69 KB

File metadata and controls

60 lines (33 loc) · 1.69 KB

andculturecode-javascript-react-components › CheckboxInputProperties

Interface: CheckboxInputProperties

Hierarchy

Index

Properties

Properties

checked

• checked: boolean

Defined in src/molecules/checkbox-input/checkbox-input.tsx:19


Optional disabled

• disabled? : undefined | false | true

Defined in src/molecules/checkbox-input/checkbox-input.tsx:20


label

• label: string

Defined in src/molecules/checkbox-input/checkbox-input.tsx:21


onChange

• onChange: function

Defined in src/molecules/checkbox-input/checkbox-input.tsx:22

Type declaration:

▸ (e: ChangeEvent‹HTMLInputElement›): void

Parameters:

Name Type
e ChangeEvent‹HTMLInputElement›