Browse Source

Use materialCheckBox for displaying checkbox on minicard

John R. Supplee 4 years ago
parent
commit
22c868b4e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/cards/minicard.jade

+ 1 - 1
client/components/cards/minicard.jade

@@ -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