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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ import ToggleButton from 'vue-js-toggle-button/src/Button'
61
61
| switchColor |[String, Object]|`#BFCBD9`| If `String` - color or background property of the switch when checked <br>If `Object` - colors or background property for the switch when checked/uncheked <br>Example: `{checked: '#25EF02', unchecked: 'linear-gradient(red, yellow)'}`|
62
62
| width | Number | 50 | Width of the button, default is 50 |
63
63
| height | Number | 22 | Height of the button, default is 22 |
64
-
| name | String |false | Name to attach to the generated input field |
64
+
| name | String |undefined| Name to attach to the generated input field |
65
65
66
66
`labels` object accepts HTML text (for example, you can use FontAwesome for checked/unchecked states).
0 commit comments