Fix handling of boolean config FALSE values
Problem/Motivation
When upcasting config arguments, boolean values of FALSE are removed as that's required during form submission. However, when building the config form, that's causing a problem.
Proposed resolution
Do not unset FALSE config values during config form build, only during form submission.
Edited by drupalbot