Added comments to explain something.

This commit is contained in:
Ken Sternberg
2024-05-08 13:56:46 -07:00
parent 0e60e755d4
commit 2846e49657

View File

@ -159,6 +159,8 @@ export class CheckboxGroup extends AkElementWithCustomEvents {
}
this.internals.setFormValue(this.formValue);
}
// Doing a write-back so anyone examining the checkbox.value field will get something
// meaningful. Doesn't do anything for anyone, usually, but it's nice to have.
this.value = this.values;
}