/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VCheckbox.json
10 строк
466 B
Rambaud Pierrick
docs: add description to all the component in the web-types (#22563)
22 апр 2026, 19:19
Не верифицирован
22 апр 2026, 19:19
01b0a53
Код
Авторство
О чём код?
{ "description": "Typical form item that provides the ability to select from distinct values, convey approval/acknowledgement. Similar to `v-switch`.", "props": { "falseIcon": "The icon used when inactive.", "indeterminate": "Sets an indeterminate state for the checkbox.", "indeterminateIcon": "The icon used when in an indeterminate state.", "multiple": "Changes expected model to an array.", "trueIcon": "The icon used when active." } }