diff --git a/docs/index.md b/docs/index.md index 6c7448eaf..b5037279b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -628,6 +628,7 @@ General options most field types can handle: // and their items will inherit it. htmlClass: "street foobar", // CSS Class(es) to be added to the container div fieldHtmlClass: "street" // CSS Class(es) to be added to field input (or similar) + labelHtmlClass: "street" // CSS Class(es) to be added to the label of the field (or similar) copyValueTo: ["address.street"], // Copy values to these schema keys. condition: "person.age < 18" // Show or hide field depending on an angular expression } diff --git a/src/directives/decorators/bootstrap/checkbox.html b/src/directives/decorators/bootstrap/checkbox.html index 9d18d24e5..c5a5c54af 100644 --- a/src/directives/decorators/bootstrap/checkbox.html +++ b/src/directives/decorators/bootstrap/checkbox.html @@ -1,6 +1,6 @@