Skip to content

Commit 76c351c

Browse files
authored
Update README.md
1 parent bf7351e commit 76c351c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ import ToggleButton from 'vue-js-toggle-button/src/Button'
6161
| 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)'}` |
6262
| width | Number | 50 | Width of the button, default is 50 |
6363
| 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 |
6565

6666
`labels` object accepts HTML text (for example, you can use FontAwesome for checked/unchecked states).
6767

0 commit comments

Comments
 (0)