Fix for #5930: missing tiddlers with checkbox indexes (#8964)

This commit is contained in:
Cameron Fischer
2025-02-27 13:02:43 -05:00
committed by GitHub
parent 0f79f88f58
commit 0dda07e3f1
2 changed files with 24 additions and 6 deletions

View File

@@ -157,7 +157,7 @@ CheckboxWidget.prototype.getValue = function() {
if(this.checkboxTag) {
return false;
}
if(this.checkboxField) {
if(this.checkboxField || this.checkboxIndex) {
if(this.checkboxDefault === this.checkboxChecked) {
return true;
}