Skip to content

Commit b3d2054

Browse files
feat(plugin-form-builder): change checkbox label from 'Default Value' to 'Checked by default' (#15229)
### What? Changed the default value label text in form builder for type checkbox. ### Why? The old label text was confusing as in combination with a checkbox users think they can toggle if they want a defaultValue or not. It's now called "Checked by default" to make clear users can check if the checkbox should be checked by default. Co-authored-by: Paul Popus <paul@payloadcms.com>
1 parent 57e71f5 commit b3d2054

File tree

1 file changed

+1
-1
lines changed
  • packages/plugin-form-builder/src/collections/Forms

1 file changed

+1
-1
lines changed

packages/plugin-form-builder/src/collections/Forms/fields.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ const Checkbox: Block = {
478478
{
479479
name: 'defaultValue',
480480
type: 'checkbox',
481-
label: 'Default Value',
481+
label: 'Checked by default',
482482
},
483483
],
484484
labels: {

0 commit comments

Comments
 (0)