Form Field Input Config
constructor(defaultChecked: Boolean? = null, defaultCountryCode: String? = null, defaultValue: String? = null, descriptiveText: String? = null, fileUploaderConfig: FormFileUploaderFieldConfig? = null, isArray: Boolean? = null, maxValue: Double? = null, minValue: Double? = null, name: String? = null, placeholder: String? = null, readOnly: Boolean? = null, required: Boolean? = null, step: Double? = null, type: String, value: String? = null, valueMappings: FormValueMappings? = null)