@financial-times/n-conversion-forms 23.1.0 → 23.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -615,6 +615,7 @@ exports[`PaymentType render with isSingleTerm 1`] = `
615
615
  id="payFasterNextTime"
616
616
  name="payFasterNextTime"
617
617
  value="true"
618
+ checked
618
619
  >
619
620
  <span class="o-forms-input__label">
620
621
  Use these details to pay faster next time
@@ -228,6 +228,7 @@ export function PaymentType ({
228
228
  name: 'payFasterNextTime',
229
229
  value: 'true',
230
230
  required: false,
231
+ checked: true,
231
232
  ...(isSingleTermChecked && { defaultChecked: true }),
232
233
  };
233
234
 
@@ -189,7 +189,8 @@ function PaymentType(_ref) {
189
189
  type: 'checkbox',
190
190
  name: 'payFasterNextTime',
191
191
  value: 'true',
192
- required: false
192
+ required: false,
193
+ checked: true
193
194
  }, isSingleTermChecked && {
194
195
  defaultChecked: true
195
196
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/n-conversion-forms",
3
- "version": "23.1.0",
3
+ "version": "23.2.0",
4
4
  "description": "Containing jsx components and styles for forms included on Accounts and Acqusition apps (next-signup, next-profile, next-retention, etc).",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {