스타일 가이드 수정 중
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
|
||||
<!-- Code Sample -->
|
||||
<VisualElement class="utk-code-sample-container">
|
||||
<utk:UTKCodeBlock title="C#" code="// 기본 체크박스 var checkbox = new UTKCheckBox(); checkbox.Text = "약관에 동의합니다"; checkbox.OnValueChanged += (isChecked) => Debug.Log($"체크: {isChecked}"); // 상태 설정 checkbox.IsChecked = true; checkbox.IsIndeterminate = true; // 부분 선택 상태" />
|
||||
<utk:UTKCodeBlock title="UXML" code="<!-- 기본 체크박스 --> <utk:UTKCheckBox text="Unchecked" /> <!-- 기본값 체크됨 --> <utk:UTKCheckBox text="Checked" is-checked="true" /> <!-- 불확정 상태 --> <utk:UTKCheckBox text="Indeterminate" is-indeterminate="true" /> <!-- 비활성화 --> <utk:UTKCheckBox text="Disabled" is-enabled="false" />" />
|
||||
<utk:UTKCodeBlock name="code-csharp" title="C#" />
|
||||
<utk:UTKCodeBlock name="code-uxml" title="UXML" />
|
||||
</VisualElement>
|
||||
</VisualElement>
|
||||
</UXML>
|
||||
|
||||
Reference in New Issue
Block a user