enhancement
Currently, only FormContext has the methods `checkAll`, ` checkAllConstraints `, and `setFieldsToDefaultValues `, which iterate through FormField members and perform certain actions there.
This should already be possible in FormContainer to avoid duplicate code.
Test
Refactoring, no test.