728x90
반응형
#타임리프 라디오박스(radiobox) th:checked 사용법 및 문법
#th:checked
<label for="cd1"><input type="radio" id="cd1" name="cd" value="01" th:checked="${data.cd eq '01'}
"><span>코드1</span></label>
<label for="cd2"><input type="radio" id="cd2" name="cd" value="02" th:checked="${data.cd eq '02'}
"><span>코드2</span></label>
<label for="cd3"><input type="radio" id="cd3" name="cd" value="03" th:checked="${data.cd eq '03'}
"><span>코드3</span></label>
728x90
반응형
'IT > Thymeleaf' 카테고리의 다른 글
[Thymeleaf] - 타임리프 셀렉트박스(selectbox) th:selected 사용법 및 문법 (0) | 2022.01.29 |
---|---|
[Thymeleaf] - 타임리프 th:for 사용법 및 문법 (0) | 2022.01.29 |
[Thymeleaf] - 타임리프 th:href, th:alt, th:action, th:content, th:data 사용법 및 문법 (0) | 2022.01.26 |
[Thymeleaf] - 타임리프 th:utext, th:style, th:field 사용법 및 문법 (0) | 2022.01.26 |
[Thymeleaf] - 타임리프 th:inline 사용법 및 문법 (0) | 2022.01.26 |
댓글