You can simplify this by using a single Boolean to check if VAT is included, based on the dropdown value. I had to figure out similar logic while building a VAT Calculator app. The cleanest way is to use one dropdown name and check its value. It makes the condition easier to handle and avoids duplicate inputs.