th:checked is considered as a fixed-value Boolean attribute. <input type="checkbox" name="active" th:checked="${user.active}" />.
確定! 回上一頁