According to the official thymeleaf documentation
http://www.thymeleaf.org/doc/tutorials/2.1/usingthymeleaf.html#fixed-value-boolean-attributes
th:checked is considered as a fixed-value Boolean attribute.
Where user.active should be a boolean.
So in your case it should be as Andrea mentioned,