
$(function() {
    $("#localityChoices input").click(function(event) {
        $("#local").attr("checked", "checked");
    });
});

