[jQuery] Select inputs

[jQuery] Select inputs


Hello!
How can I select all checkbox inputs which names/ids starting with
"xxx"? I tried this, but not working:
$('input[name=xxx*]')