Yes (now that I look)
System.Windows.Data Error: 2 : Cannot find governing FrameworkElement or FrameworkContentElement for target element. BindingExpression:Path=IsChecked; DataItem=null; target element is 'Column' (HashCode=44247136); target property is 'Visible' (type 'Boolean')
Does this help at all? Is it a scope issue? The grid is inside a Tab Control but I have tested putting another checkbox in the tab and binding its checked state to the same source and that works ok!