Closed
Description
Vue.js version
1.0.26
What is Expected?
The checkboxes binded with Vuejs can have THREE states: true, false, or indeterminate. For example, when binded with a checkbox and the value is "indeterminate", the checkbox's indeterminate property is set to true.
What is actually happening?
The checkboxes that binded with Vuejs only got two states: true or false.