extension of IDorfDefinitionBase with parameters to be propagated
CSS classes which should be assigned to this field.
Message which should be displayed when validation returns errors.
Getter with proxy. Converts metadata to FormControl
.
Label around the field. Checkbox has 2 labels. First standard, as for all other fields; second - around, e.g. as for radio button. It's usually not needed to show both of them.
Helper. Indicates that metadata is for a required field.
An unique identifier, property name. Used as id in HTML element.
Label which should describe the field.
Indicates how to map true and false checkbox values.
Indicates if the field is important enough to be presented e.g. on grid or on the summary screen.
Represents element index in the form.
Represents element index in the form.
When metadata is nested within the group, group is passing its CSS.
Tag is de facto a selector for the component. It allows to identify a particular component in HTML form.
Value of the field.
Function for extracting FormControl
(value and validators) from FieldMetadata
.
Gets CSS classes, with accordance to the priorities. The closer the definition, the sooner applied.
classes to be got, e.g. 'label'
for label ones
Generated using TypeDoc
Represents a metadata for the checkbox field.