Hi,
for the 2. problem! All checkboxes has the same problem.

I found the error in the file ?class.estateagent.php?. I ou uncheck a checkbox, the value off the checkbox is emty, but you need the value ?0?. Change in the file ?class.estateagent.php? the follow variables from null to ?0?:
var $lift = "0";
var $handicap = "0";
var $toheat_ufloor = "0";
var $fireside = "0";
var $aircondition = "0";
var $tv = "0";
var $dsl = "0";
var $balcony = "0";
var $terrace = "0";
var $swpool = "0";
var $garden = "0";
var $parkarea = "0";
var $garage = "0";
var $hot = "0";
var $publish = "0";
After this change, your checkboxes works right.
Greeting from Switzerland
Bernhard