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 990d065 commit a9ee4f5Copy full SHA for a9ee4f5
checkbox/internal/checkbox.ts
@@ -204,11 +204,11 @@ export class Checkbox extends checkboxBaseClass {
204
this.checked = state === 'true';
205
}
206
207
- [createValidator]() {
+ override [createValidator]() {
208
return new CheckboxValidator(() => this);
209
210
211
- [getValidityAnchor]() {
+ override [getValidityAnchor]() {
212
return this.input;
213
214
0 commit comments