does maybe someone know how to handle or read out the status (true/false) of a checkbox with selenium, when there isn't any variable which toggles on the html page. I already tried the common functions .isSelected() and .isEnabled(), but these read out just the value which isn't available.
Do anyone know if there is a way to get this status ? In Addition a screenshot of the xml and which element it is.
Would be great if someone has an idea. I'm programming in Java.

chooseLeistung("0-1kW")? Are you handlinginput type='checkbox'node?