Title: Different check image depending state
Last modified: March 27, 2025

---

# Different check image depending state

 *  Resolved [bisbaltech](https://wordpress.org/support/users/bisbaltech/)
 * (@bisbaltech)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/different-check-image-depending-state/)
 * 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](https://wordpress.org/support/users/wpmudevsupport11/)
 * (@wpmudevsupport11)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/different-check-image-depending-state/#post-18385917)
 * Hi [@bisbaltech](https://wordpress.org/support/users/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:
 *     ```wp-block-code
       .forminator-design--default .forminator-checkbox input:checked ~ .forminator-checkbox-image
       ```
   
 * This would be the class selectors when it isn’t checked:
 *     ```wp-block-code
       .forminator-design--default .forminator-checkbox .forminator-checkbox-image
       ```
   
 * Regards,
 * Nithin
 *  Plugin Support [Dmytro – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport16/)
 * (@wpmudevsupport16)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/different-check-image-depending-state/#post-18402190)
 * Hello [@bisbaltech](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Dmytro – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport16/)
 * Last activity: [1 year, 2 months ago](https://wordpress.org/support/topic/different-check-image-depending-state/#post-18402190)
 * Status: resolved