NJFCheckBoxValidationRules

export interface NJFCheckBoxValidationRules {
  requiredValue?: string;
  errorMessage?: string;
}
PropertyTypeDescription
requiredValuestring?What value the checkbox needs to have for the validation to succeed.
errorMessagestring?The error message that will be displayed if the validation fails.

* = Required ? = Optional