isTrue method

FormValidator isTrue()

Validate that the value is true

Implementation

FormValidator isTrue() {
  _addRule("is_true");
  return this;
}