UPDATE vn.itemShelving
SET isChecked = TRUE
WHERE isChecked;
SET isChecked = FALSE
WHERE NOT isChecked;