formInput.setRequired(value)Sets the required status of a form input.
This method is applicable to the following form input types:
FormCheckboxInputFormFileUploadWrapperFormRadioInputFormSelectFormTextareaFormTextInputvalue: Boolean - The required status of the form input.Promise<null>
A Promise that resolves to null.