InputFormField
class InputFormField extendsFormField
InputFormField represents an input form field (an HTML input tag).
For inputs with type of file, checkbox, or radio, there are other more specialized classes (cf. FileFormField and ChoiceFormField).
Methods
void
initialize()
Initializes the form field.