fixing checkbox help not hidden
The check box element is created slightly differently than the other elements so when you put one in the advanced section that gets hidden its help field does not get hidden. I changed form.js so that it will get the closest element instead of the parent element and it fixed this issue.