流星css切换开关
将添加到流星项目
安装
meteor add kostanos:meteor-css-toggle-switch
使用
模板:
{{ > cssToggleSwitch switchData}}
模板助手
switchData: function ( ) {
return {
// Current value of object
value : this . value ,
options : {
// Required for proper Template work
atts : { _id : this . _id } ,
// Optionals
classLabel : "well" ,
labelOn : TAPi18n . __ ( 'Available' ) ,
1