Using a UI for ASP.NET MVC/Core Form, if a boolean property is defined as required with the [Required] attribute, and the Hint() option is not defined, the Form does not validate the checkbox.
Please visit the following Live demo, and submit the form.
The form will submit without validating the checkbox.
The Required attribute should be evaluated for validation.