$.each(options, function(i, v) {
                $("#" + i.decamel()).prop("checked", v);
            });