function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Natalya Murphy 8Natalya Murphy 8 

Winter 20: lightning:inputField broken for checkboxes?

Tried the following code in a Winter20 and a Summer19 sandbox.  Checkbox is clickable in Summer19 but not in Winter20.
<aura:component implements="flexipage:availableForRecordHome,force:hasRecordId" access="global" >
	       <lightning:recordEditForm aura:id="formDataTmp"
                              objectApiName="Contact"
                              recordId="{! v.recordId }">
        <lightning:messages />
        <lightning:inputField fieldName="DoNotCall"/>
       </lightning:recordEditForm>
</aura:component>
#Winter20
 
Natalya Murphy 8Natalya Murphy 8
On further testing, it looks like this issue only happens in Console apps.  In a standard app the checkbox is clickable.
Khan AnasKhan Anas (Salesforce Developers) 
Hi Natalya,

Greetings to you!

I tried to research your problem and found that this is a known issue. Keep watching this issue until get fixed.

https://success.salesforce.com/issues_view?id=a1p3A0000003ehdQAA&title=in-lightning-console-lightning-inputfield-of-type-checkbox-users-are-unable-to-select-value (https://success.salesforce.com/issues_view?id=a1p3A0000003ehdQAA&title=in-lightning-console-lightning-inputfield-of-type-checkbox-users-are-unable-to-select-value)

You can select the 'This Issue Affects Me' button to report your account and receive updates.

Workaround:
Clicking the label of the element allows selecting and deselecting of the value

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas