diff --git a/components/ui/Checkbox.jinja b/components/ui/Checkbox.jinja index 46281619..48665fd1 100644 --- a/components/ui/Checkbox.jinja +++ b/components/ui/Checkbox.jinja @@ -10,15 +10,11 @@ - + {% if label %} + + {% endif %} diff --git a/components/ui/FormLabel.jinja b/components/ui/FormLabel.jinja index 0c8e953e..146094a1 100644 --- a/components/ui/FormLabel.jinja +++ b/components/ui/FormLabel.jinja @@ -1,10 +1,10 @@ {#def - for_id: str, + htmlFor: str, className: str = "", error: bool = False #}