Validator icon indicating copy to clipboard operation
Validator copied to clipboard

Simple checkbox validation

Open Kaned1as opened this issue 3 years ago • 1 comments

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?

Kaned1as avatar Sep 24 '20 23:09 Kaned1as

Yes sure, your PR is welcome.

anderscheow avatar Sep 25 '20 00:09 anderscheow