As you can see on the image below, when marking the “Guest” all parents that have a single child gets checked too. But I actually want just the “Guest” checked and its parents unchecked as in the “Account’s manager”

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The “Accounts Manager” box is in the
indeterminatestate, meaning that all of its children are not all checked or all unchecked. When there is only one child, though, the state can never beindeterminatesince all of the one children are either checked or not. So what you’re asking for doesn’t make sense…I guess you could add another child with
display:noneor something to provoke anindeterminatestate, but I don’t know why you’d want to do that.