<?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: Limiting the amount of checkboxes that can be checked</title>
		<link>https://legacy.forums.gravityhelp.com/topic/limiting-the-amount-of-checkboxes-that-can-be-checked</link>
		<description>Gravity Support Forums Topic: Limiting the amount of checkboxes that can be checked</description>
		<language>en-US</language>
		<pubDate>Fri, 17 Apr 2026 02:38:36 +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/limiting-the-amount-of-checkboxes-that-can-be-checked" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "Limiting the amount of checkboxes that can be checked"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limiting-the-amount-of-checkboxes-that-can-be-checked#post-62181</link>
			<pubDate>Mon, 11 Jun 2012 17:53:57 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">62181@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;A new method based on this older method which disables unchecked checkboxes once the limit has been reached. This resolves &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/limiting-the-amount-of-checkboxes-that-can-be-checked-that-use-conditional-logic?replies=3#post-62179&#34; rel=&#34;nofollow&#34;&#62;this issue&#60;/a&#62; some users were experiencing with this older method and conditional logic. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://gravitywiz.com/2012/06/11/limiting-how-many-checkboxes-can-be-checked/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/2012/06/11/limiting-how-many-checkboxes-can-be-checked/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Limiting the amount of checkboxes that can be checked"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limiting-the-amount-of-checkboxes-that-can-be-checked#post-7004</link>
			<pubDate>Mon, 05 Jul 2010 13:25:09 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">7004@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Nice. Another creative solution there. Thanks for sharing it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TiborP on "Limiting the amount of checkboxes that can be checked"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limiting-the-amount-of-checkboxes-that-can-be-checked#post-7002</link>
			<pubDate>Mon, 05 Jul 2010 13:01:50 +0000</pubDate>
			<dc:creator>TiborP</dc:creator>
			<guid isPermaLink="false">7002@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin! Very handy little script!&#60;/p&#62;
&#60;p&#62;I figured out a simple work around too: instead of a big list of checkboxes (12, in this case), offer three drop-down menus, each with all possible choices :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Limiting the amount of checkboxes that can be checked"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limiting-the-amount-of-checkboxes-that-can-be-checked#post-6990</link>
			<pubDate>Mon, 05 Jul 2010 09:21:56 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">6990@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There's not a built-in way to do this at the moment, but you can do this with a couple of lines of jQuery.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
jQuery.noConflict();
  jQuery(document).ready(function($) {		

 	$.fn.limit = function(n) {
 	var self = this;
 	this.click(function(){ return (self.filter(&#38;quot;:checked&#38;quot;).length&#38;lt;=n); });
	}
	$(&#38;quot;ul#input_1_15 li input:checkbox&#38;quot;).limit(3);  				

  });
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It worked well in my tests.. just swap the &#34;input_1_15&#34; for the actual list ID from your form and you should be good to go.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TiborP on "Limiting the amount of checkboxes that can be checked"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limiting-the-amount-of-checkboxes-that-can-be-checked#post-6984</link>
			<pubDate>Mon, 05 Jul 2010 00:55:16 +0000</pubDate>
			<dc:creator>TiborP</dc:creator>
			<guid isPermaLink="false">6984@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a simple way to limit the amount of checkboxes that can be checked? For example, I have a form with 8 checkboxes, from which a user can choose to check a maximum of three.&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
