File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import ValueState from "@ui5/webcomponents-base/src/sap/ui/webcomponents/base/ty
7
7
import ShadowDOM from "@ui5/webcomponents-base/src/sap/ui/webcomponents/base/compatibility/ShadowDOM" ;
8
8
import CheckBoxRenderer from "./build/compiled/CheckBoxRenderer.lit" ;
9
9
import CheckBoxTemplateContext from "./CheckBoxTemplateContext" ;
10
+ import Label from "./Label" ;
10
11
11
12
// Styles
12
13
import belize from "./themes/sap_belize/CheckBox.less" ;
@@ -214,6 +215,12 @@ class CheckBox extends WebComponent {
214
215
static get calculateTemplateContext ( ) {
215
216
return CheckBoxTemplateContext . calculate ;
216
217
}
218
+
219
+ static async define ( ...params ) {
220
+ await Label . define ( ) ;
221
+
222
+ super . define ( ...params ) ;
223
+ }
217
224
}
218
225
219
226
Bootstrap . boot ( ) . then ( _ => {
You can’t perform that action at this time.
0 commit comments