class FileFormField extends FormField
class InputFormField extends FormField
bool hasValue() Returns true if the field should be included in the submitted values.
setValue(string $value) Sets the value of the field.
upload(string $value) Sets the value of the field.
array availableOptionValues() Returns list of available field options.
bool isDisabled() Check if the current field is disabled.
bool isDisabled() Check if the current selected option is disabled.
ChoiceFormField disableValidation()
Page 2 of 3