There is no need to use :checkbox, also replace #activelist with #inactivelist:
$('#inactivelist').change(function () {
alert('changed');
});
There is no need to use :checkbox, also replace #activelist with #inactivelist:
$('#inactivelist').change(function () {
alert('changed');
});