• Adds mouseout event to a fabric checkbox to reset its appearance.

    Parameters

    • fabricObj: Object

      The fabric object to attach the event to.

    • textObj: TextType

      The text object to reset on mouseout.

    • value: ColorSchemeEnum | ScaleTypeEnum | ScoreTypeEnum

      The value to check against.

    • inputEnum: string

      The type of input (ColorSchemeEnum, ScaleTypeEnum, or ScoreTypeEnum).

    • _this: any

      The context (VisualOutput or FunctionalPredictions).

    Returns void