interface ControlProps @formium/react| Props | Description |
|---|---|
checked | booleanWhether the control is checked. Required |
disabled | booleanWhether or not the field is disabled. Required |
id | stringUnique identifier of the control. Required |
label | React.ReactNodeText label for the control. Required |
name | stringThe administrative key for the field. Required |
onBlur | React.FormEventHandlerEvent handler invoked when input is blurred. Required |
onChange | React.FormEventHandlerEvent handler invoked when input value is changed. Required |
value | stringValue of the control. Required |
Build forms, without the tears.
Resources
hello@formium.io — Copyright © 2020 Formium, Inc. All rights reserved.