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
In some forms we need checkboxes that have to be checked for the user to proceed.
Right now we have to implement our own state handling and validation for these checkboxes.
It would be great if the Checkbox component would support isMandatory out of the box. It should prevent the form from being submitted and render a colored indication or similar like the Select and TextField.
The text was updated successfully, but these errors were encountered:
When checkboxes are used in forms for legal conditions or other types of information that prevent the process from continuing without acceptance, we will display an alert/dialog to the user explaining that they need to accept the respective field
In some forms we need checkboxes that have to be checked for the user to proceed.
Right now we have to implement our own state handling and validation for these checkboxes.
It would be great if the Checkbox component would support isMandatory out of the box. It should prevent the form from being submitted and render a colored indication or similar like the Select and TextField.
The text was updated successfully, but these errors were encountered: