get current state of check box jquery [duplicate] August 12, 2023 by Tarik Try to use .is() function along with :checked selector to accomplish your task, ckb = $("#ickb").is(':checked');