Set appropriate default values for the boolean switch control.

pull/3/head
Dave Page 2016-03-23 10:24:19 +00:00
parent 219f208317
commit a6e96c5576
1 changed files with 3 additions and 3 deletions

View File

@ -415,10 +415,10 @@
defaults: {
label: "",
options: {
onText: 'True',
offText: 'False',
onText: 'Yes',
offText: 'No',
onColor: 'success',
offColor: 'default',
offColor: 'primary',
size: 'small'
},
extraClasses: []