Boolean field on edit page

Hi;
I set Boolean field on edit page
it looks fine but when i want to change value i have to click on label not on the checkbox.
html looks like this


    
        No Payment Disposition
    
    
        
            
        
    


I try to add jQuery
            

$("#UsrClaimRequestsPageUsrNoPaymentDispositionFieldCheckBoxEdit-wrapEl").bind("click", function() {
                this.onClickNoPaymentDisposition();
            });
putting different IDs of input span div
but it doesn't work,

Does anyone can help me?

regards
Tomek

Like 0

Like

1 comments

Hi,

It’s quite difficult to determine the exact cause of the issue without seeing the full page configuration.

Since such UI behavior can depend on the full page layout, custom containers, or extended code, we would also recommend contacting Creatio Support so they can analyze your configuration directly and assist further with the investigation.

Show all comments