diff --git a/src/views/inputswitch/InputSwitchDoc.vue b/src/views/inputswitch/InputSwitchDoc.vue
index 7c879b655..3c324a349 100644
--- a/src/views/inputswitch/InputSwitchDoc.vue
+++ b/src/views/inputswitch/InputSwitchDoc.vue
@@ -39,38 +39,38 @@ export default {
-
- Name |
- Type |
- Default |
- Description |
-
+
+ Name |
+ Type |
+ Default |
+ Description |
+
-
- value |
- boolean |
- null |
- Specifies whether a inputswitch should be checked or not. |
-
-
- inputId |
- string |
- null |
- Identifier of the input element. |
-
-
- name |
- string |
- null |
- Name of the input element. |
-
-
- disabled |
- boolean |
- false |
- When present, it specifies that the component should be disabled. |
-
+
+ value |
+ boolean |
+ null |
+ Specifies whether a inputswitch should be checked or not. |
+
+
+ inputId |
+ string |
+ null |
+ Identifier of the input element. |
+
+
+ name |
+ string |
+ null |
+ Name of the input element. |
+
+
+ disabled |
+ boolean |
+ false |
+ When present, it specifies that the component should be disabled. |
+
@@ -99,7 +99,7 @@ export default {
input |
event: Checked state as a boolean. |
- Callback to invoke on click. |
+ Callback to invoke on value change. |
focus |
@@ -120,24 +120,24 @@ export default {
-
- Name |
- Element |
-
+
+ Name |
+ Element |
+
-
- p-inputswitch |
- Container element. |
-
-
- p-inputswitch-checked |
- Container element in active state. |
-
-
- p-inputswitch-slider |
- Slider element behind the handle. |
-
+
+ p-inputswitch |
+ Container element. |
+
+
+ p-inputswitch-checked |
+ Container element in active state. |
+
+
+ p-inputswitch-slider |
+ Slider element behind the handle. |
+