isFalse method

FormValidator isFalse()

Validate that the value is false

Implementation

FormValidator isFalse() {
  _addRule("is_false");
  return this;
}