mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
d0c76c5854
Input with type="checkbox" have a special property (indeterminate) to visually display the fact that the input value is non determinate (in my chrome browser, the checkbox is then drawn with a simple - inside). It does not actually modify the value of the input, only the way it is displayed. So, with this commit, owl will properly set the property, as expected. closes #713