Enabling and Disabling Dragging Markers by Checkbox
问题 Can you please take a look at this Demo and let me know how I can make the markers Dragable when the check box is unchecked. Please be informed that all markers has their own associated checkbox it means that user can lock each marker which they want( Not all together). Initially all Markers are unchecked when they loaded to page . And finally I need to change the icon when the marker checked as lock. var contentString = ' -- Lock <input name="your_name" value="your_value" type="checkbox">';