Skip to content

Commit

Permalink
=
Browse files Browse the repository at this point in the history
  • Loading branch information
arikaim-repository committed Aug 30, 2021
1 parent 5a2f5a1 commit 10e52cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arikaim-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "UI components",
"package-type": "components",
"name": "semantic",
"version": "1.6.5",
"version": "1.6.6",
"description": "Arikaim components library for Semantic UI.",
"repository": "https://github.com/arikaim/ui-components.git",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion form/fields/checkbox/checkbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="ui checkbox checkbox-field {{ field_class }}">
<input {{ rule|attr('rule') }} name="{{ id }}" type="checkbox" {{ value|ifthen(1,'checked') }} data-field-id="{{ id }}">
<input type="hidden" name="{{ name }}" value="{{ (value is empty) ? '0' : '1' }}" id="{{ id }}">
{% if labels is not empty %}
{% if label is not empty %}
<label class="{{ label_class }}">{{ label }}</label>
{% endif %}
</div>
Expand Down

0 comments on commit 10e52cc

Please sign in to comment.