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> <template>
<main class="container"> <main class="container">
<h2 class="text-center my-5 font-weight-light">{{ $t("futureexits") }}</h2> <h2 class="text-center my-5 font-weight-light">{{ $t("futureexits") }}</h2>
<div class="row flex-column align-items-center"> <div class="form-check form-switch mb-4 d-flex justify-content-center">
<div class="col mb-4 text-center"> <input
<input type="checkbox"
type="checkbox" id="favoris"
id="favoris" class="form-check-input me-2"
v-model="favoris" role="switch"
@change="save()" /> v-model="favoris"
<label for="favoris" class="form-label">{{ $t("favoris.use") }}</label> @change="save()" />
</div> <label for="favoris" class="form-check-label">{{
$t("favoris.use")
}}</label>
</div> </div>
<NavigationLoader :isLoading="$apollo.loading" /> <NavigationLoader :isLoading="$apollo.loading" />
<transition name="fade"> <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