<input type=checkbox [(ngModel)]="myCheck"/>Check
{{myCheck |json}}
Hi Elias, Ah yes, however at least in RC 4 the value on your binding example is not making it into the model inside the component. That is a check box example. With radio groups with a common name property the bindings on the remaining items not checked are not getting updated. My example here is for radios. When I did a check box group component I need to use an event and check the value of the target setting the model value within a method of the component. Regards.
--
You received this message because you are subscribed to a topic in the Google Groups "AngularJS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/angular/yvxZVXGCr-I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.