Skip to content

Commit

Permalink
Fix Engine Toggle Switch
Browse files Browse the repository at this point in the history
  • Loading branch information
modscleo4 committed May 28, 2022
1 parent 6055930 commit af7104f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -448,10 +448,10 @@ <h1>Chess.js</h1>
</div>

<div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="inputAnalyze" name="analyze"
<div class="form-check form-switch">
<input type="checkbox" class="form-check-input" id="inputAnalyze" role="switch" name="analyze"
v-model="analyze">
<label class="custom-control-label" for="inputAnalyze"></label>
<label class="form-check-label" for="inputAnalyze"></label>
</div>
</div>
</template>
Expand Down

0 comments on commit af7104f

Please sign in to comment.