Skip to content

Commit db9fa88

Browse files
LOBsTerrjmolivas
authored andcommitted
Replace checkbox with boolean_checkbox (#3795)
1 parent 31f333c commit db9fa88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/module/src/Entity/entity-content.php.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ class {{ entity_class }} extends {% if revisionable %}RevisionableContentEntityB
307307
{% endif %}
308308
->setDefaultValue(TRUE)
309309
->setDisplayOptions('form', [
310-
'type' => 'checkbox',
310+
'type' => 'boolean_checkbox',
311311
'weight' => -3,
312312
]);
313313

0 commit comments

Comments
 (0)