CheckBox class also has "setError(...)/getError(...)" calls which set error drawable, albeit without text.
We could extend Validation class to support them as many input forms also have checkboxes, e.g., "I accept EULA", "I confirm I'm above 18" or "I agree to sell my kidney".
What do you think?