Verwendung
Verwendung in Strukturmodellierung (Component/Modelling)
Codeblock | ||
---|---|---|
| ||
{ "isInputLabeled": [true|false] } |
Verwendung in Widgets
Codeblock | ||||
---|---|---|---|---|
| ||||
{ // [...], "identifier": [FeldIdentifier], "formType": "checkbox", "labels": [FeldLabel], "configuration": { // [...], "isInputLabeled": [true|false] } } // [...] } |
Konfiguration
Parametererklärung
Bezeichung | Mögliche Werte | Beschreibung |
---|---|---|
isInputLabeled | true oder false | Legt fest, ob das Label vorne oder direkt hinter der Checkbox angezeigt wird. |