ArraysΒΆ
Array checks are useful when dealing with arrays of check boxes and similar cases.
- ItemsMax
Checks if a field contains not more than the configured amount of items. (e.g. checkboxes)
- ItemsMin
Checks if a field contains at least the configured amount of items. (e.g. checkboxes)
- ItemsRange
Checks if a field contains values between or equal the configured amount of items. (e.g. checkboxes)