1. Add some validation to a Toggle using `getField()` * sample use case: do not allow to disable a role if only 2 users with such role are left. 2. Turn off/on to trigger your validation use case. 3. The error is not reported. 4. Attempt to submit the form - the error now shows up.