We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9878259 commit 893c892Copy full SHA for 893c892
src/wizard-checkbox.ts
@@ -69,7 +69,7 @@ export class WizardCheckbox extends LitElement {
69
disabled = false;
70
@state()
71
get formfieldLabel(): string {
72
- return this.helper ? `${this.label} (${this.helper})` : this.label;
+ return this.helper ? `${this.helper} (${this.label})` : this.label;
73
}
74
75
@query('mwc-switch') nullSwitch?: Switch;
0 commit comments