mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-03-14 19:59:50 +00:00
* Checkbox widget should not affect date fields If a date field like `created` or `modified` is passed as the listField attribute of the checkbox widget, it will be left unchanged and actions on the checkbox widget will *not* fire. Includes unit tests to ensure that the "created" and "modified" fields will not be touched by checkboxes and will continue to be Date objects. * Replace const with var in checkbox tests