You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use in conjunction with the v-model directive to specify the value that should be assigned to the bound variable when the checkbox is in the `false` state.
* Use in conjunction with the v-model directive to specify the value that should be assigned to the bound variable when the checkbox is in the `true` state.
|**feedback-valid** <br><divclass="badge bg-primary">4.3.0+</div> | Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. | string | - | - |
17
-
|**hit-area**| Sets hit area to the full area of the component. | string | - | - |
18
-
|**id**| The id global attribute defines an identifier (ID) that must be unique in the whole document. | string | - | - |
|**button**| Create button-like checkboxes and radio buttons.<br/>`@see`http://coreui.io/vue/docs/components/button.html| object | - | - |
14
+
|**false-value** <br><divclass="badge bg-primary">4.10.0+</div> | Use in conjunction with the v-model directive to specify the value that should be assigned to the bound variable when the checkbox is in the `false` state. | string | - | - |
|**feedback-valid** <br><divclass="badge bg-primary">4.3.0+</div> | Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. | string | - | - |
18
+
|**hit-area**| Sets hit area to the full area of the component. | string | - | - |
19
+
|**id**| The id global attribute defines an identifier (ID) that must be unique in the whole document. | string | - | - |
|**inline**| Group checkboxes or radios on the same horizontal row by adding. | boolean | - | - |
22
+
|**invalid**| Set component validation state to invalid. | boolean | - | - |
23
+
|**label**| The element represents a caption for a component. | string | - | - |
24
+
|**model-value**| The default name for a value passed using v-model. | array\|boolean\|string | - | - |
25
+
|**reverse** <br><divclass="badge bg-primary">4.8.0+</div> | Put checkboxes or radios on the opposite side. | boolean | - | - |
26
+
|**tooltip-feedback** <br><divclass="badge bg-primary">4.3.0+</div> | Display validation feedback in a styled tooltip. | boolean | - | - |
27
+
|**true-value** <br><divclass="badge bg-primary">4.10.0+</div> | Use in conjunction with the v-model directive to specify the value that should be assigned to the bound variable when the checkbox is in the `true` state. | string | - | - |
28
+
|**type**| Specifies the type of component. | string |`'checkbox'`, `'radio'`| 'checkbox' |
29
+
|**valid**| Set component validation state to valid. | boolean | - | - |
30
+
|**value**| The value attribute of component. | string | - | - |
0 commit comments