thymeleaf radio input should select only one code example
Example: thymeleaf input radio checked
<input type="checkbox" name="active" th:checked="${user.active}" />
<input type="checkbox" name="active" th:checked="${user.active}" />