I have a yes/no checkbox and series of choice fields that are radio buttons on my SharePoint 2013 Nintex form. I'd like to set the values of the radio buttons based on the check box being selected. In other words, if the user hits the check box, it will set the value of all the choice radion buttons to the same value, if they do not check the box, they can select the values of each choice radio button individually. Can I use a rule to accomplish this? Something like the following.......
If(Checkbox=="Yes", ChoiceFieldRadio=="No",)
Solved! Go to Solution.
unfortunately, without using JavaScript, there is currently no way to do this. You can use expressions (Inline functions, etc.) to set the default value of a control.
Rules can only be used to format or validate data input at the moment. I'd suggest to log it on Nintex UserVoice. I have had this request in the past from a few partners/clients and personally would love to see it being available.