fix: set trigger_change_on_input_event to false in ControlCheck

This commit is contained in:
Abdeali Chharchhoda 2025-11-07 00:42:03 +05:30
parent c8c07ea685
commit 6b39c94e99

View file

@ -1,6 +1,7 @@
frappe.ui.form.ControlCheck = class ControlCheck extends frappe.ui.form.ControlData {
static html_element = "input";
static input_type = "checkbox";
static trigger_change_on_input_event = false;
make_wrapper() {
this.$wrapper = $(`<div class="form-group frappe-control">
<div class="checkbox">