Validation for boolean checkboxes

How can I add validation to checkboxes? For example, I have a group of 3 checkbox.

image

At the moment we don’t show errors for check boxes. If you like something like this then you need to implement a custom renderer. You can copy MaterialBooleanControl but then actually render errors instead of not doing anything with it.