Skip to content

Commit 400256f

Browse files
committed
updated styles for bootstrap-4
1 parent 688e63d commit 400256f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ Name|Type|Default|Description|
9898
`on`|string/html|"On"|Text of the on toggle
9999
`off`|string/html|"Off"|Text of the off toggle
100100
`size`|string|"normal"|Size of the toggle. Possible values are `large`, `normal`, `small`, `mini`.
101-
`onstyle`|string|"primary"|Style of the on toggle. Possible values are `default`, `primary`, `success`, `info`, `warning`, `danger`
102-
`offstyle`|string|"default"|Style of the off toggle. Possible values are `default`, `primary`, `success`, `info`, `warning`, `danger`
101+
`onstyle`|string|"primary"|Style of the on toggle. Possible values are: `primary`,`secondary`,`success`,`danger`,`warning`,`info`,`light`,`dark`
102+
`offstyle`|string|"secondary"|Style of the off toggle. Possible values are: `primary`,`secondary`,`success`,`danger`,`warning`,`info`,`light`,`dark`
103103
`style`|string| |Appends the value to the class attribute of the toggle. This can be used to apply custom styles. Refer to Custom Styles for reference.
104104
`width`|integer|*null*|Sets the width of the toggle. if set to *null*, width will be calculated.
105105
`height`|integer|*null*|Sets the height of the toggle. if set to *null*, height will be calculated.

0 commit comments

Comments
 (0)