I would like to uncheck a checkbox after clicking on another checkbox.
In (Pic1) I click on the checkbox ""Kunden-/marktorientierte Prozesse"" and 3 further checkboxes become visible. If I click on one of these 3 checkboxes (Pic2 - "Vertrieb"), I would like the checkbox "Kunden-/marktorientierte Prozesse" to be unchecked (Pic3).
I already tried it with the following code, unfortunately it didn't work:
Is this a checkbox group or is it a single checkbox ?
Either the way the best solution here is to use a radio button group instead of a checkbox group as the radio button group functions exactly like this.
"Kunden-/marktorientierte Prozesse" is a single checkbox and the checkboxes "Marketing", "Vertrieb", "Kundendienst" is a checkbox group.
The radio buttons don't bring me much in this case, because I would like to check all 3 checkboxes. I would like the checkbox "Kunden-/marktorientierte Prozesse" to be unchecked as soon as I click one of the three checkboxes "Marketing", "Vertrieb", "Kundendienst".
Exactly that kind. The best thing would be, for example, if I click on "Vertrieb" or one of the other checkboxes that the check mark from "Kunden-/marktorientierte Prozesse" is deactivated.
If that's how it goes. Alternatively it would be to limit it to the 3 checkboxes and that by "Kunden-/marktorientierte Prozesse" the checkboxes only unfold/become visible.