Base Field Impl
open class BaseFieldImpl<O>(property: KMutableProperty0<O?>, label: String, visibility: Visibility, hint: String, onChange: Changer<O>?, factory: ValidationFactory<O>?) : AbstractHideable, BaseField<O>
Deprecated
In favour of GenericBaseField