vuetifyjs/vuetify

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

Open

#21,773 建立於 2025年7月17日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)TypeScript (7,139 fork)batch import
C: VCheckboxT: featuregood first issue

倉庫指標

Star
 (40,995 star)
PR 合併指標
 (平均合併 59天 10小時) (30 天內合併 8 個 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

貢獻者指南