Validator
Validator copied to clipboard
Simple checkbox validation
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?
Yes sure, your PR is welcome.