fix et2-checkbox onChange not called

This commit is contained in:
ralf 2022-08-08 18:32:43 +02:00
parent e1c8acddc1
commit 7c976d7fdd

View File

@ -59,6 +59,8 @@ export class Et2Checkbox extends Et2InputWidget(SlCheckbox)
{
super();
this.isSlComponent = true;
this.selectedValue = 'true';
this.unselectedValue = '';
}