how to empty input when uncheck checkbox in jquery code example Example: how to uncheck a checkbox in jquery $("#myCheckBox").prop("checked", false);