<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Gravity Forms Styling Checkboxes</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-styling-checkboxes</link>
		<description>Gravity Support Forums Topic: Gravity Forms Styling Checkboxes</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 09:27:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/gravity-forms-styling-checkboxes" rel="self" type="application/rss+xml" />

		<item>
			<title>impactpartnership on "Gravity Forms Styling Checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-styling-checkboxes#post-135167</link>
			<pubDate>Tue, 29 Jan 2013 10:51:50 +0000</pubDate>
			<dc:creator>impactpartnership</dc:creator>
			<guid isPermaLink="false">135167@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I also added a content form 7 into the &#34;Logo&#34; selection item to see if it was an issue with the popup but it seems to be working fine within the popup.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>impactpartnership on "Gravity Forms Styling Checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-styling-checkboxes#post-135148</link>
			<pubDate>Tue, 29 Jan 2013 10:38:54 +0000</pubDate>
			<dc:creator>impactpartnership</dc:creator>
			<guid isPermaLink="false">135148@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I embeded a duplicate of the form at the bottom of the page and the check boxes don't seem to work with Gravity Forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Gravity Forms Styling Checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-styling-checkboxes#post-134650</link>
			<pubDate>Tue, 29 Jan 2013 00:56:32 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">134650@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I did not see any checkboxes to style in the Gravity Form in the modal dialog when I clicked on business cards.&#60;/p&#62;
&#60;p&#62;Can you try embedding this form in a regular WordPress page and see if your script works there.  If it does, we have to work on getting the scripts loaded in the modal.  If it does not, then we have other problems.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>impactpartnership on "Gravity Forms Styling Checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-styling-checkboxes#post-134166</link>
			<pubDate>Mon, 28 Jan 2013 14:43:54 +0000</pubDate>
			<dc:creator>impactpartnership</dc:creator>
			<guid isPermaLink="false">134166@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My apologies. I accidentally deleted it out of there. It has been reinserted.&#60;/p&#62;
&#60;p&#62;Additionally, I found a different method that works with everything except for gravity forms.&#60;/p&#62;
&#60;p&#62;The JS is&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;quot;input[type=&#38;#39;checkbox&#38;#39;]&#38;quot;).each(function() {
    var jQuerythis = jQuery(this);
    jQuerythis.hide();

    var jQueryimage = jQuery(&#38;quot;&#38;lt;img src=&#38;#39;http://developer.impactpartner.com/albertson/wp-content/uploads/2013/01/checkbox-unchecked.png&#38;#39; class=&#38;#39;testbox&#38;#39; /&#38;gt;&#38;quot;).insertAfter(this);    

    jQueryimage.bind(&#38;quot;click&#38;quot;, function() {
        var jQuerycheckbox = jQuery(this).prev(&#38;quot;input&#38;quot;);
        jQuerycheckbox.prop(&#38;quot;checked&#38;quot;, !jQuerycheckbox.prop(&#38;quot;checked&#38;quot;));
        checkImage();
    })

    function checkImage() {
        if(jQueryimage.prev(&#38;quot;input[type=&#38;#39;checkbox&#38;#39;]&#38;quot;).prop(&#38;quot;checked&#38;quot;)) {
            jQueryimage.attr(&#38;quot;src&#38;quot;, &#38;quot;http://developer.impactpartner.com/albertson/wp-content/uploads/2013/01/checkbox-checked.png&#38;quot;);
			jQueryimage.attr(&#38;quot;class&#38;quot;, &#38;quot;testbox&#38;quot;);
        } else {
            jQueryimage.attr(&#38;quot;src&#38;quot;, &#38;quot;http://developer.impactpartner.com/albertson/wp-content/uploads/2013/01/checkbox-unchecked.png&#38;quot;);
			jQueryimage.attr(&#38;quot;class&#38;quot;, &#38;quot;testbox&#38;quot;);
        }
    }

});
});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You will see it working at the bottom of the page with Contact Form 7. I have tried adding the class &#34;testbox&#34; in the CSS Class Name of the checkbox in Gravity Forms but it doesn't seem to work for me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Gravity Forms Styling Checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-styling-checkboxes#post-130766</link>
			<pubDate>Thu, 24 Jan 2013 21:48:14 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">130766@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I clicked on the top row, center item (Business Cards 02) and the &#34;Order&#34; button but I got this URL and no form:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://myimpact.impactpartner.com/launch/#branding_businesscards&#34; rel=&#34;nofollow&#34;&#62;http://myimpact.impactpartner.com/launch/#branding_businesscards&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is there a direct URL to the form embedded in a page?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>impactpartnership on "Gravity Forms Styling Checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-styling-checkboxes#post-125292</link>
			<pubDate>Fri, 18 Jan 2013 11:10:59 +0000</pubDate>
			<dc:creator>impactpartnership</dc:creator>
			<guid isPermaLink="false">125292@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oh, click on 'Business Cards' to see the form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>impactpartnership on "Gravity Forms Styling Checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-styling-checkboxes#post-125290</link>
			<pubDate>Fri, 18 Jan 2013 11:09:11 +0000</pubDate>
			<dc:creator>impactpartnership</dc:creator>
			<guid isPermaLink="false">125290@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Not sure if this is beyond the scope of support, but I can't get this to work for the life of me.&#60;/p&#62;
&#60;p&#62;I found this link in another forum post on here to use this script for styling buttons and checkboxes: &#60;a href=&#34;http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/&#34; rel=&#34;nofollow&#34;&#62;http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;I've installed everything in the .js, added the CSS, but I can't get it to work. The script is being called in the header, so I know that much is working, but I can't get the checkboxes to use the image associated with the script.&#60;/p&#62;
&#60;p&#62;Here's the link if anyone can help: &#60;a href=&#34;http://myimpact.impactpartner.com/launch&#34; rel=&#34;nofollow&#34;&#62;http://myimpact.impactpartner.com/launch&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
