Topic: Unchecked checkbox form value not set in Ajax call
While writing a module I found that the checkbox value is not set for unchecked checkboxes. I propose a fix to js/utils.js such that unchecked checkboxes come through to php with a value of ''.
A pull request is here:
https://github.com/FrontAccountingERP/FA/pull/15