Skip to content
Snippets Groups Projects
Commit 0fffd182 authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

correcting checkbox

parent cf36cd3e
No related branches found
No related tags found
No related merge requests found
<template>
<main class="container">
<h2 class="text-center my-5 font-weight-light">{{ $t("futureexits") }}</h2>
<div class="row flex-column align-items-center">
<div class="col mb-4 text-center">
<input
type="checkbox"
id="favoris"
v-model="favoris"
@change="save()" />
<label for="favoris" class="form-label">{{ $t("favoris.use") }}</label>
</div>
<div class="form-check form-switch mb-4 d-flex justify-content-center">
<input
type="checkbox"
id="favoris"
class="form-check-input me-2"
role="switch"
v-model="favoris"
@change="save()" />
<label for="favoris" class="form-check-label">{{
$t("favoris.use")
}}</label>
</div>
<NavigationLoader :isLoading="$apollo.loading" />
<transition name="fade">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment