'Google Forms Dynamically uncheck all other checkboxes if one is checked

Good afternoon, I have a Google Form with a question asking the respondant "What product have you selected?" and answer are proposed with checkboxes so that respondant can select multiple products. The last checkbox is "No product selected". For some reasons, I need to have this No option on the same list.

But, I want to avoid receiving incoherent response like [Product A, Product B, No Product selected]. For sure I could correct answers afterwards with a script attached to the Spreadsheet storing responses but I will never know if the respondant has indeed selected Product A and B then clicked on "No product selected" by mistake or if he changed is mind and "forgot" to uncheck product A and B.

What I would like to know is : Is it possible to dynamically uncheck all the Product checkboxes if the respondant checks "No product selected"?

Best regards Gabriel



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source