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 {
- - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefaultDescription
NameTypeDefaultDescription
valuebooleannullSpecifies whether a inputswitch should be checked or not.
inputIdstringnullIdentifier of the input element.
namestringnullName of the input element.
disabledbooleanfalseWhen present, it specifies that the component should be disabled.
valuebooleannullSpecifies whether a inputswitch should be checked or not.
inputIdstringnullIdentifier of the input element.
namestringnullName of the input element.
disabledbooleanfalseWhen 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 {
- - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + +
NameElement
NameElement
p-inputswitchContainer element.
p-inputswitch-checkedContainer element in active state.
p-inputswitch-sliderSlider element behind the handle.
p-inputswitchContainer element.
p-inputswitch-checkedContainer element in active state.
p-inputswitch-sliderSlider element behind the handle.