Labels
Here is a list of labbels you can use
label : <bool|string> if false => Don't show label, if it's a text display custom text. By default display input name
required <bool> is the input is checked when submit is called ? default : true
mapped <bool> is the input is mapped to a data ? [see Deal With FormBuilder] default : false
placeholder <string> the placeholder for the input. default empty
class[] : css class to be applyed to the input, default: []
row <int> : number of row (for TEXT and CKEDITOR types)
Last updated