"use strict";const e=require("../../libs/vue.js"),o=require("../../libs/config/props.js"),l=e.defineMixin({props:{name:{type:[String,Number,Boolean],default:()=>o.defProps.checkbox.name},shape:{type:String,default:()=>o.defProps.checkbox.shape},size:{type:[String,Number],default:()=>o.defProps.checkbox.size},checked:{type:Boolean,default:()=>o.defProps.checkbox.checked},disabled:{type:[String,Boolean],default:()=>o.defProps.checkbox.disabled},activeColor:{type:String,default:()=>o.defProps.checkbox.activeColor},inactiveColor:{type:String,default:()=>o.defProps.checkbox.inactiveColor},iconSize:{type:[String,Number],default:()=>o.defProps.checkbox.iconSize},iconColor:{type:String,default:()=>o.defProps.checkbox.iconColor},label:{type:[String,Number],default:()=>o.defProps.checkbox.label},labelSize:{type:[String,Number],default:()=>o.defProps.checkbox.labelSize},labelColor:{type:String,default:()=>o.defProps.checkbox.labelColor},labelDisabled:{type:[String,Boolean],default:()=>o.defProps.checkbox.labelDisabled},usedAlone:{type:[Boolean],default:()=>!1}}});exports.props=l;