HandleSubscriptionChange
Function: handleSubscriptionChange()
[object Object]
Defined in: app/components/Account/ChangeProfileForm/ChangeAccountForm.handlers.tsx:16
Handles the change in subscription status for a mailing list.
Parameters
flag
[object Object]
The bit value representing the mailing list.
checked
[object Object]
Whether the checkbox is checked or not.
setFormData
(formData) => void
A function to update the form data state.
Returns
[object Object]