<label className="agmt_label" htmlFor="agreement">
<input
// className="preApproval_input"
type="checkbox"
name="agreement"
id="agreement"
checked={formData.agreement}
onChange={handleAgreementChange}
/>
By entering your phone number you agree to be
contacted via SMS for information, offers, and advertising.
We will NEVER spam you and you can opt-out of our messages
at any time. Message & data rates apply. Message frequency
varies. I have read and agree to the Terms and Conditions,
Consent to Electronic Communications, and the Company
Privacy Notice.
</label>
<label className="agmt_label" htmlFor="agreement">
<input
// className="preApproval_input"
type="checkbox"
name="agreement"
id="agreement"
checked={formData.agreement}
onChange={handleAgreementChange}
/>
By entering your phone number you agree to be
contacted via SMS for information, offers, and advertising.
We will NEVER spam you and you can opt-out of our messages
at any time. Message & data rates apply. Message frequency
varies. I have read and agree to the Terms and Conditions,
Consent to Electronic Communications, and the Company
Privacy Notice.
</label>