Skip to content

Commit 0008b1c

Browse files
zappingSamuell1
authored andcommitted
docs(Checkbox): Missed Object type added to doc description
Missed Object type added to doc description.
1 parent e976391 commit 0008b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/pages/Components/Checkbox/Checkbox.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<template>
66
<page-container centered :title="$t('pages.checkbox.title')">
77
<div class="page-container-section">
8-
<p>Checkboxes allow the user to select multiple options from a set. Vue material checkboxes can work with multiple <code>v-model</code> types: <code>String</code>, <code>Number</code>, <code>Boolean</code> and <code>Array</code>.</p>
8+
<p>Checkboxes allow the user to select multiple options from a set. Vue material checkboxes can work with multiple <code>v-model</code> types: <code>String</code>, <code>Number</code>, <code>Boolean</code>, <code>Object</code> and <code>Array</code>.</p>
99
</div>
1010

1111
<div class="page-container-section">

0 commit comments

Comments
 (0)