I created a variable, like this :
{% set checkboxHTML = \'Edit\' %}
You have to use set, like this:
{% set checkboxHTML = 'Edit' %}
Documentation: https://twig.symfony.com/doc/2.x/tags/set.html