Zend certified PHP/Magento developer

Magento2 make one field required

I have custom form created in Magento2 which has 4 different types of <input type="text"> fields, i want to make sure the user enter atleast one of those input field(s) and that can be anyone but alteast one of the field should be required. And if user does not input anything in all these 4 fields, s/he should receive an error that one of these input must be entered etc. To simplify my question, Are there any magento validation class which i can use to validate in such scenario ? I can see these magento2 validation rules validate-one-required-by-name validate-one-required still exist but these are mainly being used by <input type=radio > or <input type="checkbox" > and does not work for <input type="text">