<?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: Pass Class Name to Checkbox</title>
		<link>https://legacy.forums.gravityhelp.com/topic/pass-class-name-to-checkbox</link>
		<description>Gravity Support Forums Topic: Pass Class Name to Checkbox</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 11:07:44 +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/pass-class-name-to-checkbox" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Pass Class Name to Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-class-name-to-checkbox#post-176209</link>
			<pubDate>Tue, 19 Mar 2013 00:03:13 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">176209@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It was a quick example of incorporating a styling script. I only applied it to some form elements, and I did notice that the checkboxes or radio buttons (I forget which) did not work in Chrome.  I did not debug that portion of it.  It was just an example of *how* to incorporate it.  It was easier than adding a class to every form input and I thought maybe it would be an alternative for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andy on "Pass Class Name to Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-class-name-to-checkbox#post-175575</link>
			<pubDate>Mon, 18 Mar 2013 13:59:27 +0000</pubDate>
			<dc:creator>Andy</dc:creator>
			<guid isPermaLink="false">175575@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I will give unifromjs a try but in your example link the checkboxes are not working...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Pass Class Name to Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-class-name-to-checkbox#post-174505</link>
			<pubDate>Sun, 17 Mar 2013 18:39:05 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">174505@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You best solution at this point is to add that class to all checkbox inputs using jQuery. &#60;/p&#62;
&#60;p&#62;There are other solutions out there as well, including Uniform.js:&#60;br /&#62;
&#60;a href=&#34;http://uniformjs.com/&#34; rel=&#34;nofollow&#34;&#62;http://uniformjs.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I implemented that on some elements on one form recently:&#60;br /&#62;
&#60;a href=&#34;http://gravity.chrishajer.com/job-application/&#34; rel=&#34;nofollow&#34;&#62;http://gravity.chrishajer.com/job-application/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Maybe that script would be easier to add, if you're just looking to modernize the look of the form elements?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andy on "Pass Class Name to Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-class-name-to-checkbox#post-172339</link>
			<pubDate>Fri, 15 Mar 2013 10:26:24 +0000</pubDate>
			<dc:creator>Andy</dc:creator>
			<guid isPermaLink="false">172339@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;yes it should be applied to each element like this:&#60;/p&#62;
&#60;p&#62;&#38;lt;input type=&#34;checkbox&#34; name=&#34;a&#34; class=&#34;styled&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;this is getting too confusing! i wish there was an easier alternative but couldnt find any working solutions for gravity forms.. maybe you guys can make our life easier in the next update... &#34;web 2.0 style&#34; is very important these days..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Pass Class Name to Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-class-name-to-checkbox#post-171092</link>
			<pubDate>Thu, 14 Mar 2013 07:56:25 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">171092@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Got it.  In that case, I think you will need to use jQuery to add the class to each &#38;lt; li &#38;gt; (or should it be applied to the input element, according to the documentation &#60;a href=&#34;http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/&#34; rel=&#34;nofollow&#34;&#62;here&#60;/a&#62;?)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andy on "Pass Class Name to Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-class-name-to-checkbox#post-169946</link>
			<pubDate>Wed, 13 Mar 2013 11:34:44 +0000</pubDate>
			<dc:creator>Andy</dc:creator>
			<guid isPermaLink="false">169946@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If I do that the class &#34;styled&#34; is not applied on each individual checkbox.. It's applied on the &#124; ul &#124; element..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Pass Class Name to Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-class-name-to-checkbox#post-169773</link>
			<pubDate>Wed, 13 Mar 2013 08:36:54 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">169773@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;On the advanced tab for your checkboxes, can you add the Custom CSS Class or &#34;styled&#34;?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andy on "Pass Class Name to Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-class-name-to-checkbox#post-168116</link>
			<pubDate>Mon, 11 Mar 2013 19:26:17 +0000</pubDate>
			<dc:creator>Andy</dc:creator>
			<guid isPermaLink="false">168116@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to use this method for converting my checkboxes to images. &#60;/p&#62;
&#60;p&#62;&#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;The complication arises from the fact that I need to specify the class &#34;styled&#34; for each individual checkbox in gravity forms.&#60;/p&#62;
&#60;p&#62;Any ideas on how to achieve this?&#60;/p&#62;
&#60;p&#62;many thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
