I have a DLRadioButton in a table view cell, with isMultipleSelectionEnabled set to true to use this as checkboxes, but when the cells are loaded, the checkbox is defaulted to selected for a second before resetting back to default
Note: this reloading issue does not happen when isMultipleSelectionEnabled is not set to true

I have a DLRadioButton in a table view cell, with
isMultipleSelectionEnabledset totrueto use this as checkboxes, but when the cells are loaded, the checkbox is defaulted toselectedfor a second before resetting back todefaultNote: this reloading issue does not happen when
isMultipleSelectionEnabledis not set totrue