Testing if a checkbox is checked with jQuery September 11, 2022 by Tarik Use .is(':checked') to determine whether or not it’s checked, and then set your value accordingly. More information here.