If you use two check boxes where only one should be required then it is inevitable that you will get the result from both. There is no way from your code to identify which check box is associated with which other. Either use one check box or use a dropdown with the two values as options.