$(this).closest("div").find("button").css("visibility", $(this).prop("checked") ? "visible" : "hidden")
wtf ima writing