Hi!
I'm struggling with retrieving a value from a list column checkbox.
The default value is set to No, so when I retrieve it I would expect No || 0 || something other than undefined.
bolStrategicRoadMap = $(this).attr('ows_Strategic_x0020_Roadmap');
Thoughts?