Get Required Status
formInput.getRequired()
Retrieves the required status of a form input.
This method is applicable to the following form input types:
FormCheckboxInput
FormFileUploadWrapper
FormRadioInput
FormSelect
FormTextarea
FormTextInput
Syntax
Returns
Promise<boolean
>: Boolean - A promise that resolves to the required status of the form input.