select checkbox with this name

select checkbox with this name

The name of the checkbox is ctl00$cphMainContent$702$cbSelect

please note there are more then one checkbox but want to select them all


I am having a hard time finding the right selecttor so far i tryed this

var CheckboxList = $('input:checkbox'[name*='cbSelect'])

can any one help me ?