diff --git a/src/components/inputswitch/InputSwitch.vue b/src/components/inputswitch/InputSwitch.vue index 40f824ff3..ad8601092 100644 --- a/src/components/inputswitch/InputSwitch.vue +++ b/src/components/inputswitch/InputSwitch.vue @@ -45,6 +45,7 @@ export default { 'p-inputswitch p-component', { 'p-inputswitch-checked': this.value, + 'p-disabled': this.disabled, 'p-inputswitch-focus': this.focused } ];