mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-08-21 05:01:25 +00:00
Add labels to improve accessibility (#416)
* Add labels to improve accessibility * switch to double quotes
This commit is contained in:
@@ -85,11 +85,11 @@
|
||||
|
||||
<hr />
|
||||
|
||||
<b>{{ $t("actions.loop_this_video") }}:</b>
|
||||
<input class="uk-checkbox" v-model="selectedAutoLoop" @change="onChange($event)" type="checkbox" />
|
||||
<label for="chkAutoLoop"><b>{{ $t("actions.loop_this_video") }}:</b></label>
|
||||
<input id="chkAutoLoop" class="uk-checkbox" v-model="selectedAutoLoop" @change="onChange($event)" type="checkbox" />
|
||||
<br />
|
||||
<b>{{ $t("actions.auto_play_next_video") }}:</b>
|
||||
<input class="uk-checkbox" v-model="selectedAutoPlay" @change="onChange($event)" type="checkbox" />
|
||||
<label for="chkAutoPlay"><b>{{ $t("actions.auto_play_next_video") }}:</b></label>
|
||||
<input id="chkAutoPlay" class="uk-checkbox" v-model="selectedAutoPlay" @change="onChange($event)" type="checkbox" />
|
||||
|
||||
<hr />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user