### Version 1.0.0-beta.20 ### Reproduction link [https://codesandbox.io/s/x3p3725mm4](https://codesandbox.io/s/x3p3725mm4) ### Steps to reproduce Could you see `Todo.spec.js` file, and run the test. In the console, `checked` is not displayed in `wrapper.html()` . ### What is expected? ```html <div> <input type="checkbox" checked> <span>Hello from data</span> </div> ``` ### What is actually happening? ```html <div> <input type="checkbox"> <span>Hello from data</span> </div> ``` --- I want to show `checked` in the html. <!-- generated by vue-issues. DO NOT REMOVE -->