NJFCheckBoxValidationRules
export interface NJFCheckBoxValidationRules {
requiredValue?: string;
errorMessage?: string;
}
Property | Type | Description |
---|---|---|
requiredValue | string? | What value the checkbox needs to have for the validation to succeed. |
errorMessage | string? | The error message that will be displayed if the validation fails. |
* = Required
? = Optional