reactive_forms
reactive_forms copied to clipboard
Radio, checkbox, and switch widgets are missing functionality of other widgets
Currently, there is no way to show errors for validations on radio, checkbox, or switch fields.
For example, if you defined 'acceptTerms': FormControl<bool>(validators: [Validators.requiredTrue])
you would expect to see an error message stating that the box must be checked.