IsTrueRule constructor
      
      IsTrueRule(
    
    
- String attribute
Implementation
IsTrueRule(String attribute)
    : super(
          signature: "is_true",
          description: "The $attribute field must be selected",
          textFieldMessage: "This value must be selected");