Use materialCheckBox for displaying checkbox on minicard

This commit is contained in:
John R. Supplee 2021-01-19 15:40:13 +02:00
parent f476143e92
commit 22c868b4e6

View file

@ -78,7 +78,7 @@ template(name="minicard")
+viewer
= formattedCurrencyCustomFieldValue(definition)
else if $eq definition.type "checkbox"
i.fa.fa-check-square
.materialCheckBox(class="{{#if value }}is-checked{{/if}}")
else
+viewer
= trueValue