I want to populate text box from a checkbox
I'm new to forms and scripting. I'm trying to get a value from a single checkbox into a textfield. I have multiple checkboxes so I only want one to be checked at a time. There are 3 boxes that have the same value, but I still need to have just one checked. (there is other info on the form that another department uses, but isn't important for this) I read that the checkboxes can be named the same but have different export values, I have entered the info for each checkbox. my problem is I can't get anything to display in the textbox. I'm sure there is more to the script that I'm using, I just don't know what it is.
this.getField("cutsize").exportValues = [event.value];

