protected updateInnerView()

in src/plugin/fieldViews/CheckboxFieldView.ts [57:61]


  protected updateInnerView(value: CheckboxValue): void {
    if (this.checkboxElement) {
      this.checkboxElement.checked = value;
    }
  }