• Resolved bisbaltech

    (@bisbaltech)


    Hello,
    I hope everyone is well. I need help, as I have a checkbox with an image, but I need the image to be different depending on its status.
    To give you an idea, the image is a silhouette of a man or a woman. When it’s not selected, I need it to be white, and when it’s selected, I need it to be blue.
    Thank you for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @bisbaltech,

    I’m afraid, there isn’t any out of the box setting for such a feature, you’ll have to explore whether its possible through custom CSS.

    It should be triggering the following classes, you can check and see if CSS could be tweaked based on that.

    For example, this would be the class selector for CSS when you select the checkbox:

    .forminator-design--default .forminator-checkbox input:checked ~ .forminator-checkbox-image

    This would be the class selectors when it isn’t checked:

    .forminator-design--default .forminator-checkbox .forminator-checkbox-image

    Regards,

    Nithin

    Plugin Support Dmytro – WPMU DEV Support

    (@wpmudevsupport16)

    Hello @bisbaltech,

    I hope the above suggestions helped.

    We haven’t heard from you for a while, so I’ll be marking this thread as resolved. Please don’t hesitate to reopen it, in case you still need our assistance.

    Best Regards,
    Dmytro

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Different check image depending state’ is closed to new replies.