I'm finding it impossible to find the correct syntax to programmatically check a radio button in a Bootstrap Multiselect. Examples I've seen use this syntax:
$('#taskpriority').filter("option[value='3']").prop('checked', true);
I'm not seeing any errors in Firefox Developer console and its seems correct but nothing is checked - the default first item remains selected. What is the correct syntax? I've read there is a known bug but I don't know of the fix??