primevue
Version:
PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBloc
2 lines (1 loc) • 432 B
JavaScript
import e from"primevue/base/style";var c=e.extend({name:"checkbox",classes:{root:function(e){var c=e.instance;return["p-checkbox p-component",{"p-checkbox-checked":c.checked,"p-checkbox-disabled":e.props.disabled,"p-checkbox-focused":c.focused}]},input:function(e){var c=e.instance;return["p-checkbox-box",{"p-highlight":c.checked,"p-disabled":e.props.disabled,"p-focus":c.focused}]},icon:"p-checkbox-icon"}});export{c as default};