Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-rahimi committed Sep 28, 2023
1 parent ae09e58 commit 9a9d566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/form/components/checkbox.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="form-check form-check-reverse">
<div class="form-check {{ $direction == 'rtl' ? 'form-check-reverse' : '' }}">
<input type="checkbox"
id="{{ $input->id }}"
name="{{ $input->name }}"
Expand Down
2 changes: 1 addition & 1 deletion resources/views/form/components/switch.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="form-check form-check-reverse form-switch">
<div class="form-check form-switch {{ $direction == 'rtl' ? 'form-check-reverse' : '' }}">
<input type="checkbox" role="swich"
id="{{ $input->id }}"
name="{{ $input->name }}"
Expand Down

0 comments on commit 9a9d566

Please sign in to comment.