Checkbox in Salesforce Lightning Web Component lightning-input-field
In Salesforce Lightning Web Component lightning-input-field, we can make use of value attribute to pass and set the value. Sample Checkbox Field: Sample Lightning Web Component: HTML: <template> <lightning-card class="slds-var-p-around_small"> ....