FormFieldInputConfigArgs

constructor(defaultChecked: Output<Boolean>? = null, defaultCountryCode: Output<String>? = null, defaultValue: Output<String>? = null, descriptiveText: Output<String>? = null, fileUploaderConfig: Output<FormFileUploaderFieldConfigArgs>? = null, isArray: Output<Boolean>? = null, maxValue: Output<Double>? = null, minValue: Output<Double>? = null, name: Output<String>? = null, placeholder: Output<String>? = null, readOnly: Output<Boolean>? = null, required: Output<Boolean>? = null, step: Output<Double>? = null, type: Output<String>, value: Output<String>? = null, valueMappings: Output<FormValueMappingsArgs>? = null)