diff --git a/docs/src/pages/components/Radio.vue b/docs/src/pages/components/Radio.vue index 7a33cb5..119a263 100644 --- a/docs/src/pages/components/Radio.vue +++ b/docs/src/pages/components/Radio.vue @@ -37,19 +37,19 @@ name String - Set the checkbox name. + Set the radio name. id String - Set the checkbox id. + Set the radio id. disabled Boolean - Disable the checkbox and prevent his actions. Default false + Disable the radio and prevent his actions. Default false @@ -66,8 +66,8 @@ change - Receive the state of the checkbox - Triggered when the checkbox changes his value. + Receive the state of the radio + Triggered when the radio changes his value. diff --git a/docs/src/pages/components/Switch.vue b/docs/src/pages/components/Switch.vue index 22bfe83..0d92631 100644 --- a/docs/src/pages/components/Switch.vue +++ b/docs/src/pages/components/Switch.vue @@ -1,112 +1,156 @@ + +