<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.infopathdev.com:443/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Newbie Questions</title><link>https://www.infopathdev.com:443/forums/39.aspx</link><description>New to InfoPath? Search to see if your question has already been answered. If it has not, then ask it here or the appropriate topic forum.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP3 (Build: 31118.962)</generator><item><title>Re: Checkbox to checkoff other checkboxes</title><link>https://www.infopathdev.com:443/forums/thread/124211.aspx</link><pubDate>Mon, 21 Jun 2021 18:48:46 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:124211</guid><dc:creator>SeanPRyan</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/124211.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=39&amp;PostID=124211</wfw:commentRss><description>You&amp;#39;re welcome.  The second one is a little tricky. This is called Conditionally Required since a checkbox Boolean FALSE is a valid value. So, you can create a hidden field somewhere in the form. I usually create a section and hide it if the authenticated user isn&amp;#39;t me. When any of the checkboxes is checked, set the value of the hidden field. I&amp;#39;d use a counter for this. Make a text field a whole number and name it ChkCounter. Give it a default value of 0. On the checkbox field, when field changes If Checkbox1 = TRUE set ChkCounter = ChkCounter +1. Rule 2 If Checkbox1 changes and is false() set ChkCounter = ChkCounter -1.  Now, create a validation rule on each checkbox control. If Checkbox1 = FALSE and ChkCounter</description></item><item><title>Re: Checkbox to checkoff other checkboxes</title><link>https://www.infopathdev.com:443/forums/thread/124202.aspx</link><pubDate>Mon, 14 Jun 2021 22:02:59 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:124202</guid><dc:creator>Lmora76</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/124202.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=39&amp;PostID=124202</wfw:commentRss><description>Thank you so much. This worked perfectly. Now, is there a way to make sure my users check at least one box or get an error message on the form?</description></item><item><title>Re: Checkbox to checkoff other checkboxes</title><link>https://www.infopathdev.com:443/forums/thread/124199.aspx</link><pubDate>Fri, 11 Jun 2021 18:08:11 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:124199</guid><dc:creator>SeanPRyan</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/124199.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=39&amp;PostID=124199</wfw:commentRss><description>You can.  If each of the checkboxes are boolean (TRUE, FALSE) fields, select the first checkbox and create an Action Rule. If Checkbox1 = TRUE. Set a field&amp;#39;s value Checkbox2 = true()  - Use the Fx function button to find the true function.  Set another field&amp;#39;s value and so on.  You may also want to set them back to false() when the user unchecks Checkbox1. If Checkbox1 Not = TRUE set a field&amp;#39;s value = false().  If the Checkbox is a string value, just use that text value to compare.</description></item><item><title>Checkbox to checkoff other checkboxes</title><link>https://www.infopathdev.com:443/forums/thread/124196.aspx</link><pubDate>Fri, 11 Jun 2021 15:57:11 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:124196</guid><dc:creator>Lmora76</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/124196.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=39&amp;PostID=124196</wfw:commentRss><description>I have a form I have created in InfoPath and I have several checkboxes. Is there a way to have a &amp;quot;select all&amp;quot; checkbox to select all my other checkboxes?</description></item></channel></rss>