You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since a boolean is displayed as a checkbox, when it is required, can not be submitted as falsy. Either the "frontend requirement" of filling the box has to go (sending false when it is unticked) or a dropdown field using none/null, true and false has to be used instead. Those are the obvious solutions that come to my mind.