<?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: How to set disabled=&#34;disabled&#34; for form input type checkbox?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-set-disableddisabled-for-form-input-type-checkbox</link>
		<description>Gravity Support Forums Topic: How to set disabled=&quot;disabled&quot; for form input type checkbox?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:26:01 +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/how-to-set-disableddisabled-for-form-input-type-checkbox" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "How to set disabled=&#34;disabled&#34; for form input type checkbox?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-set-disableddisabled-for-form-input-type-checkbox#post-76000</link>
			<pubDate>Tue, 18 Sep 2012 04:03:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">76000@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no built in functionality to disable a checkbox.  You can do it with a little jQuery.  I would give the select box a custom CSS class of &#34;gform_disabled&#34;, then in your jQuery loop through all the fields and when you find that class, add the attribute of 'disabled=&#34;disabled&#34;' (or readonly=&#34;readonly&#34; as appropriate.)&#60;/p&#62;
&#60;p&#62;Here is a solution one member posted:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/disabled-fields&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/disabled-fields&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sjolshagen on "How to set disabled=&#34;disabled&#34; for form input type checkbox?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-set-disableddisabled-for-form-input-type-checkbox#post-75716</link>
			<pubDate>Sun, 16 Sep 2012 16:40:44 +0000</pubDate>
			<dc:creator>sjolshagen</dc:creator>
			<guid isPermaLink="false">75716@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm trying to create a form (with a gform_pre_render filter) that would disable one or more checkboxes. In &#34;plain&#34; HTML, I'd expect that to be possible with the property:&#60;/p&#62;
&#60;p&#62;&#38;lt;input type=&#34;checkbox&#34; disabled=&#34;disabled&#34; /&#38;gt;. &#60;/p&#62;
&#60;p&#62;I'm not able to locate docs describing how I could modify/add properties to fields (like a checkbox). Is that capability not available?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
