aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/element/input/checkbox/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/html/element/input/checkbox/index.html')
-rw-r--r--files/es/web/html/element/input/checkbox/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/html/element/input/checkbox/index.html b/files/es/web/html/element/input/checkbox/index.html
index 1798198434..f8605cbf56 100644
--- a/files/es/web/html/element/input/checkbox/index.html
+++ b/files/es/web/html/element/input/checkbox/index.html
@@ -1,7 +1,8 @@
---
title: <input type="checkbox">
-slug: Web/HTML/Elemento/input/checkbox
+slug: Web/HTML/Element/input/checkbox
translation_of: Web/HTML/Element/input/checkbox
+original_slug: Web/HTML/Elemento/input/checkbox
---
<p><span class="seoSummary">El elemento HTML <strong><code>&lt;input type="checkbox"&gt;</code></strong> es un elemento de entrada que te permite insertar un vector o array de valores. El atributo <strong>value</strong> es usado para definr el valor enviado por el <strong>checkbox</strong>. El atributo <strong>checked</strong> se usa para indicar que el elemento está seleccionado. El atributo <strong>indeterminate</strong> se usa para indicar que el <strong>checkbox</strong> esta en un estado indeterminado (en la mayoria de las plataformas, esto dibuja una linea horizontal que atraviesa el <strong>checkbox</strong>).</span></p>