vuetifyjs/vuetify

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

开放

#21,773 创建于 2025年7月17日

 (2 条评论) (0 个反应) (0 位负责人)TypeScript (7,139 个派生)batch import
C: VCheckboxT: featuregood first issue

仓库指标

星标
 (40,995 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南