W3cubDocs

/Ember.js

ember-views

Parent: ember

The internal class used to create text inputs when the {{input}} helper is used with type of checkbox.

See Ember.Templates.helpers.input for usage details.

Direct manipulation of checked

The checked attribute of an Ember.Checkbox object should always be set through the Ember object or by interacting with its rendered element representation via the mouse, keyboard, or touch. Updating the value of the checkbox via jQuery will result in the checked value of the object and its element losing synchronization.

Layout and LayoutName properties

Because HTML input elements are self closing layout and layoutName properties will not be applied. See Ember.View's layout section for more information.

Classes and Namespaces

© 2017 Yehuda Katz, Tom Dale and Ember.js contributors
Licensed under the MIT License.
https://emberjs.com/api/ember/2.15/modules/ember-views