@override bool checkValidity() { switch (type) { case 'text': return _checkTextValidity(value); default: return true; } }