Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

Commit

Permalink
updated view
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur LORENT committed Jun 11, 2018
1 parent 4b76862 commit 871c79c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/components/toggle-switch-button.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
@endif
<div {{ classTag('switch-container', $icon || $label ? 'space-left' : null) }}>
<div class="switch-block">
<input class="switch"
id="toggle-{{ $name }}"
<input id="toggle-{{ $name }}"
class="switch"
type="checkbox"
name="{{ $name }}"
{{ htmlAttributes($checked ? ['checked' => 'checked'] : null) }}>
{{ htmlAttributes($checked ? ['checked' => 'checked'] : null) }}>
<label class="switch-btn activate" for="toggle-{{ $name }}"></label>
</div>
</div>
Expand Down

0 comments on commit 871c79c

Please sign in to comment.