Hi,
I am using the EnablePersistence setting on many controls on my form and have given each control a unique ID that is used as they key for Local Storage.
However, the SfCheckbox component does not have an ID property and it does not get persisted, even though I set
EnablePersistence = true.
I tried populating the Name property, but this didn't work.
Can you please advise how to implement
EnablePersistence with the
SfCheckbox component?