vuetifyjs/vuetify

[Feature Request] Add :text prop to <v-checkbox>

Open

#21 773 ouverte le 17 juil. 2025

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)TypeScript (7 139 forks)batch import
C: VCheckboxT: featuregood first issue

Métriques du dépôt

Stars
 (40 995 stars)
Métriques de merge PR
 (Merge moyen 59j 10h) (8 PRs mergées en 30 j)

Description

Problem to solve

Allow devs to add additional info on what checking the checkbox means, along with its label

Proposed solution

Right now devs can "kinda" achieve that through the :hint prop, but the rendered UI is kinda ugly. What I was thinking was adding text right below the label, with a font-size lower than the label but higher than the hint. Related SASS variables should be provided too

Guide contributeur