Set appropriate default values for the boolean switch control.
parent
219f208317
commit
a6e96c5576
|
@ -415,10 +415,10 @@
|
|||
defaults: {
|
||||
label: "",
|
||||
options: {
|
||||
onText: 'True',
|
||||
offText: 'False',
|
||||
onText: 'Yes',
|
||||
offText: 'No',
|
||||
onColor: 'success',
|
||||
offColor: 'default',
|
||||
offColor: 'primary',
|
||||
size: 'small'
|
||||
},
|
||||
extraClasses: []
|
||||
|
|
Loading…
Reference in New Issue