Simplify <Toggles>
Created by: lguychard
I noticed while working on #9408 that Toggles could be simplified quite a bit: SubmitSeachArgs isn't necessary, and the arguments to submitOnToggle()
should only include what the toggles can actually impact (and not constants, or values from props).