TextField
{{view Bootstrap.Forms.TextField
valueBinding="content"
label="Your Field Label"
help="This is an optional help message"}}
TextArea
{{view Bootstrap.Forms.TextArea
valueBinding="content"
label="Your Field Label"}}
Select
{{view Bootstrap.Forms.Select
contentBinding="content"
selectionBinding="selected"
label="Your Field Label"
prompt="Select a language"
optionLabelPath="content.name"
optionValuePath="content.value"}}
{{view Bootstrap.Forms.UneditableInput
valueBinding="content"
label="Your Field Label"
help="This is an optional help message"}}