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.