reactive_forms icon indicating copy to clipboard operation
reactive_forms copied to clipboard

Radio, checkbox, and switch widgets are missing functionality of other widgets

Open dailyraisin opened this issue 1 year ago • 3 comments

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.

compare

dailyraisin avatar Aug 11 '23 13:08 dailyraisin