************************** foundation-validation-bind ************************** Markup ====== .foundation-validation-bind --------------------------- Indicates the element is participating in form validation. When the ``
`` is invalid—when any of its fields is invalid—the ``disabled`` property of the element will be set to ``true``; ``false`` otherwise. It is implied that only elements supporting ``disabled`` property can be used for this feature. Typically they are ````, ``
In this case, the submit button will be enabled/disabled when the form is valid/invalid.