jQuery check if an input is type checkbox? November 14, 2022 by Tarik You can use the pseudo-selector :checkbox with a call to jQuery’s is function: $('#myinput').is(':checkbox')