diff --git a/modules/opencase_entities/src/Entity/OCActor.php b/modules/opencase_entities/src/Entity/OCActor.php index 32b1620..233da57 100644 --- a/modules/opencase_entities/src/Entity/OCActor.php +++ b/modules/opencase_entities/src/Entity/OCActor.php @@ -305,7 +305,7 @@ class OCActor extends RevisionableContentEntityBase implements OCActorInterface ->setDefaultValue(FALSE) ->setRequired(TRUE) ->setDisplayOptions('form', array( - 'type' => 'checkbox', + 'type' => 'boolean_checkbox', 'weight' => -1, ));