I've tried
$("#lockAspectRatio").data('kendoCheckBox').value(false);
and while it does uncheck the box, the aspect ratio is still locked in the background. Seems like there's a trigger/event that's firing when someone manually checks/unchecks the box and that event does not get fired when the check is set programmatically.
How do I programmatically "uncheck" the lockAspectRatio checkbox in the ImageEditor Crop toolbar?