43 cfg.insert(
"CheckedState", configElement.attribute(
"CheckedState" ) );
44 cfg.insert(
"UncheckedState", configElement.attribute(
"UncheckedState" ) );
55 configElement.setAttribute(
"CheckedState", config.value(
"CheckedState",
"1" ).toString() );
56 configElement.setAttribute(
"UncheckedState", config.value(
"UncheckedState",
"0" ).toString() );