diff --git a/website/docs/en-US/radio.md b/website/docs/en-US/radio.md index b72dc93559..9c3c65a4e9 100644 --- a/website/docs/en-US/radio.md +++ b/website/docs/en-US/radio.md @@ -24,14 +24,15 @@ Radio should not have too many options. Otherwise, use the Select component inst ``` @@ -59,17 +60,15 @@ Radio should not have too many options. Otherwise, use the Select component inst ``` @@ -99,17 +98,15 @@ Suitable for choosing from some mutually exclusive options. ``` @@ -170,8 +167,8 @@ Radio with button styles. ``` @@ -229,8 +225,7 @@ Radio with button styles. ``` diff --git a/website/docs/es/radio.md b/website/docs/es/radio.md index 541f6ed7c1..3deb7f7575 100644 --- a/website/docs/es/radio.md +++ b/website/docs/es/radio.md @@ -22,14 +22,15 @@ El elemento Radio no debe tener muchas opciones. De otra manera, utilice el comp ``` @@ -57,17 +58,15 @@ El atributo `disabled` es utilizado para deshabilitar un Radio. ``` @@ -97,17 +96,15 @@ Recomendado para seleccionar opciones que se excluyen mutuamente. ``` @@ -168,8 +165,8 @@ Radio con estilo de botón. ``` @@ -227,8 +223,7 @@ Radio con estilo de botón. ``` diff --git a/website/docs/fr-FR/radio.md b/website/docs/fr-FR/radio.md index 685d6a1071..67109cfb83 100644 --- a/website/docs/fr-FR/radio.md +++ b/website/docs/fr-FR/radio.md @@ -24,14 +24,15 @@ Radio ne devrait pas avoir trop d'options. Dans ce cas utilisez plutôt Select. ``` @@ -59,17 +60,15 @@ L'attribut `disabled` désactive le radio. ``` @@ -99,17 +98,15 @@ Utile pour choisir entre plusieurs groupes d'options mutuellement exclusives. ``` @@ -170,8 +167,8 @@ Des radios affichés comme des boutons standards. ``` @@ -229,8 +225,7 @@ Des radios affichés comme des boutons standards. ``` diff --git a/website/docs/jp/radio.md b/website/docs/jp/radio.md index 1cdd256f43..bcaf7a0cf2 100644 --- a/website/docs/jp/radio.md +++ b/website/docs/jp/radio.md @@ -24,14 +24,15 @@ ``` @@ -59,17 +60,15 @@ ``` @@ -99,17 +98,15 @@ ``` @@ -170,8 +167,8 @@ ``` @@ -229,8 +225,7 @@ ``` diff --git a/website/docs/zh-CN/radio.md b/website/docs/zh-CN/radio.md index 62c63d4e8e..e89b3883a3 100644 --- a/website/docs/zh-CN/radio.md +++ b/website/docs/zh-CN/radio.md @@ -25,14 +25,15 @@ ``` @@ -60,17 +61,15 @@ ``` @@ -102,17 +101,15 @@ ``` @@ -173,8 +170,8 @@ ``` @@ -232,8 +228,7 @@ ```