Skip to content

Update checkbox.rst // no checked option #357

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 29, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions reference/forms/types/checkbox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ défini à true. Si la case n'est pas cochée, le champ sera défini à false.
| Rendu comme | Champ ``input`` ``checkbox`` |
+-------------+------------------------------------------------------------------------+
| Options | - `value`_ |
| | - `checked`_ |
+-------------+------------------------------------------------------------------------+
| Options | - `required`_ |
| héritées | - `label`_ |
Expand Down Expand Up @@ -48,10 +47,6 @@ value
La valeur qui est effectivement utilisée comme valeur de la checkbox. Cela n'affecte
pas la valeur qui est définie sur votre objet.

checked
~~~~~~~

**type**: ``mixed`` **default**: ``1``

Options héritées
----------------
Expand All @@ -70,4 +65,4 @@ Ces options héritent du type :doc:`field</reference/forms/types/form>` :

.. include:: /reference/forms/types/options/error_mapping.rst.inc

.. include:: /reference/forms/types/options/mapped.rst.inc
.. include:: /reference/forms/types/options/mapped.rst.inc