Created by: dsusco
The check_box form helper generates a hidden input which was preventing the change event from being triggered. Specifying the type of the input to one of the two types we're looking for fixes the issue.
Fixes #16693 (closed). [EDIT: Added bug reference – Ed.]