Bind the checkbox field to the form.
Bind the input field to the form.
<input>
except the following types: button, submit, reset, hidden, image, file, checkbox, and radio.
For checkbox and radio, use bindCheckBox and bindRadioButton respectively.
Bind the label to the form.
Bind the radio button field to the form.
Bind the select box field to the form.
Bind the submit button to the form.
Standard binding extensions for React form elements
Form
will be extended with these methods.Remarks
This interface exists for the sole purpose of documentation.