|
10 | 10 | <body id="app" class="k-body">
|
11 | 11 | <style>
|
12 | 12 | #test-area {
|
13 |
| - grid-template-columns: 120px repeat(3, 1fr); |
| 13 | + grid-template-columns: repeat(3, 1fr); |
14 | 14 | }
|
15 | 15 |
|
16 | 16 | </style>
|
17 | 17 | <div id="test-area" class="k-d-grid">
|
18 |
| - <span></span> |
19 | 18 | <span>Small</span>
|
20 | 19 | <span>Medium</span>
|
21 | 20 | <span>Large</span>
|
22 |
| - <span></span> |
23 |
| - <div> |
| 21 | + <section> |
24 | 22 | <span class="k-checkbox-wrap">
|
25 |
| - <input type="checkbox" class="k-checkbox k-checkbox-sm k-rounded-md k-checked" checked=""> |
| 23 | + <input id="ch-unchecked-small" type="checkbox" class="k-checkbox k-checkbox-sm k-rounded-md"> |
26 | 24 | </span>
|
27 |
| - <label class="k-checkbox-label" for="ch1">Checked</label> |
28 |
| - </div> |
29 |
| - <div> |
| 25 | + <label class="k-checkbox-label" for="ch-unchecked-small">unchecked</label> |
| 26 | + </section> |
| 27 | + <section> |
30 | 28 | <span class="k-checkbox-wrap">
|
31 |
| - <input type="checkbox" class="k-checkbox k-checkbox-md k-rounded-md k-checked" checked=""> |
| 29 | + <input id="ch-unchecked-medium" type="checkbox" class="k-checkbox k-checkbox-md k-rounded-md"> |
32 | 30 | </span>
|
33 |
| - <label class="k-checkbox-label" for="ch1">Checked</label> |
34 |
| - </div> |
35 |
| - <div> |
| 31 | + <label class="k-checkbox-label" for="ch-unchecked-medium">unchecked</label> |
| 32 | + </section> |
| 33 | + <section> |
36 | 34 | <span class="k-checkbox-wrap">
|
37 |
| - <input type="checkbox" class="k-checkbox k-checkbox-lg k-rounded-md k-checked" checked=""> |
| 35 | + <input id="ch-unchecked-large" type="checkbox" class="k-checkbox k-checkbox-lg k-rounded-md"> |
38 | 36 | </span>
|
39 |
| - <label class="k-checkbox-label" for="ch1">Checked</label> |
40 |
| - </div> |
41 |
| - <span></span> |
42 |
| - <div> |
| 37 | + <label class="k-checkbox-label" for="ch-unchecked-large">unchecked</label> |
| 38 | + </section> |
| 39 | + <section> |
43 | 40 | <span class="k-checkbox-wrap">
|
44 |
| - <input type="checkbox" class="k-checkbox k-checkbox-sm k-rounded-md k-checked k-disabled" checked=""> |
| 41 | + <input id="ch-hover-small" type="checkbox" class="k-checkbox k-checkbox-sm k-rounded-md k-hover"> |
45 | 42 | </span>
|
46 |
| - <label class="k-checkbox-label" for="ch1">Checked</label> |
47 |
| - </div> |
48 |
| - <div> |
| 43 | + <label class="k-checkbox-label" for="ch-hover-small">hover</label> |
| 44 | + </section> |
| 45 | + <section> |
49 | 46 | <span class="k-checkbox-wrap">
|
50 |
| - <input type="checkbox" class="k-checkbox k-checkbox-md k-rounded-md k-checked k-disabled" checked=""> |
| 47 | + <input id="ch-hover-medium" type="checkbox" class="k-checkbox k-checkbox-md k-rounded-md k-hover"> |
51 | 48 | </span>
|
52 |
| - <label class="k-checkbox-label" for="ch1">Checked</label> |
53 |
| - </div> |
54 |
| - <div> |
| 49 | + <label class="k-checkbox-label" for="ch-hover-medium">hover</label> |
| 50 | + </section> |
| 51 | + <section> |
55 | 52 | <span class="k-checkbox-wrap">
|
56 |
| - <input type="checkbox" class="k-checkbox k-checkbox-lg k-rounded-md k-checked k-disabled" checked=""> |
| 53 | + <input id="ch-hover-large" type="checkbox" class="k-checkbox k-checkbox-lg k-rounded-md k-hover"> |
57 | 54 | </span>
|
58 |
| - <label class="k-checkbox-label" for="ch1">Checked</label> |
59 |
| - </div> |
60 |
| - <span></span> |
61 |
| - <div> |
| 55 | + <label class="k-checkbox-label" for="ch-hover-large">hover</label> |
| 56 | + </section> |
| 57 | + <section> |
62 | 58 | <span class="k-checkbox-wrap">
|
63 |
| - <input type="checkbox" class="k-checkbox k-checkbox-sm k-rounded-md"> |
| 59 | + <input id="ch-focus-small" type="checkbox" class="k-checkbox k-checkbox-sm k-rounded-md k-focus"> |
64 | 60 | </span>
|
65 |
| - <label class="k-checkbox-label" for="ch3">Unchecked</label> |
66 |
| - </div> |
67 |
| - <div> |
| 61 | + <label class="k-checkbox-label" for="ch-focus-small">focus</label> |
| 62 | + </section> |
| 63 | + <section> |
68 | 64 | <span class="k-checkbox-wrap">
|
69 |
| - <input type="checkbox" class="k-checkbox k-checkbox-md k-rounded-md"> |
| 65 | + <input id="ch-focus-medium" type="checkbox" class="k-checkbox k-checkbox-md k-rounded-md k-focus"> |
70 | 66 | </span>
|
71 |
| - <label class="k-checkbox-label" for="ch3">Unchecked</label> |
72 |
| - </div> |
73 |
| - <div> |
| 67 | + <label class="k-checkbox-label" for="ch-focus-medium">focus</label> |
| 68 | + </section> |
| 69 | + <section> |
74 | 70 | <span class="k-checkbox-wrap">
|
75 |
| - <input type="checkbox" class="k-checkbox k-checkbox-lg k-rounded-md"> |
| 71 | + <input id="ch-focus-large" type="checkbox" class="k-checkbox k-checkbox-lg k-rounded-md k-focus"> |
76 | 72 | </span>
|
77 |
| - <label class="k-checkbox-label" for="ch3">Unchecked</label> |
78 |
| - </div> |
79 |
| - <span></span> |
80 |
| - <div> |
| 73 | + <label class="k-checkbox-label" for="ch-focus-large">focus</label> |
| 74 | + </section> |
| 75 | + <section> |
81 | 76 | <span class="k-checkbox-wrap">
|
82 |
| - <input type="checkbox" class="k-checkbox k-checkbox-sm k-rounded-md k-disabled"> |
| 77 | + <input id="ch-valid-small" type="checkbox" class="k-checkbox k-checkbox-sm k-rounded-md k-valid"> |
83 | 78 | </span>
|
84 |
| - <label class="k-checkbox-label" for="ch4">Unchecked</label> |
85 |
| - </div> |
86 |
| - <div> |
| 79 | + <label class="k-checkbox-label" for="ch-valid-small">valid</label> |
| 80 | + </section> |
| 81 | + <section> |
87 | 82 | <span class="k-checkbox-wrap">
|
88 |
| - <input type="checkbox" class="k-checkbox k-checkbox-md k-rounded-md k-disabled"> |
| 83 | + <input id="ch-valid-medium" type="checkbox" class="k-checkbox k-checkbox-md k-rounded-md k-valid"> |
89 | 84 | </span>
|
90 |
| - <label class="k-checkbox-label" for="ch4">Unchecked</label> |
91 |
| - </div> |
92 |
| - <div> |
| 85 | + <label class="k-checkbox-label" for="ch-valid-medium">valid</label> |
| 86 | + </section> |
| 87 | + <section> |
93 | 88 | <span class="k-checkbox-wrap">
|
94 |
| - <input type="checkbox" class="k-checkbox k-checkbox-lg k-rounded-md k-disabled"> |
| 89 | + <input id="ch-valid-large" type="checkbox" class="k-checkbox k-checkbox-lg k-rounded-md k-valid"> |
95 | 90 | </span>
|
96 |
| - <label class="k-checkbox-label" for="ch4">Unchecked</label> |
97 |
| - </div> |
98 |
| - <span></span> |
99 |
| - <div> |
| 91 | + <label class="k-checkbox-label" for="ch-valid-large">valid</label> |
| 92 | + </section> |
| 93 | + <section> |
100 | 94 | <span class="k-checkbox-wrap">
|
101 |
| - <input type="checkbox" class="k-checkbox k-checkbox-sm k-rounded-md k-indeterminate"> |
| 95 | + <input id="ch-invalid-small" type="checkbox" class="k-checkbox k-checkbox-sm k-rounded-md k-invalid"> |
102 | 96 | </span>
|
103 |
| - <label class="k-checkbox-label" for="chInd">Indeterminate</label> |
104 |
| - </div> |
105 |
| - <div> |
| 97 | + <label class="k-checkbox-label" for="ch-invalid-small">invalid</label> |
| 98 | + </section> |
| 99 | + <section> |
106 | 100 | <span class="k-checkbox-wrap">
|
107 |
| - <input type="checkbox" class="k-checkbox k-checkbox-md k-rounded-md k-indeterminate"> |
| 101 | + <input id="ch-invalid-medium" type="checkbox" class="k-checkbox k-checkbox-md k-rounded-md k-invalid"> |
108 | 102 | </span>
|
109 |
| - <label class="k-checkbox-label" for="chInd">Indeterminate</label> |
110 |
| - </div> |
111 |
| - <div> |
| 103 | + <label class="k-checkbox-label" for="ch-invalid-medium">invalid</label> |
| 104 | + </section> |
| 105 | + <section> |
112 | 106 | <span class="k-checkbox-wrap">
|
113 |
| - <input type="checkbox" class="k-checkbox k-checkbox-lg k-rounded-md k-indeterminate"> |
| 107 | + <input id="ch-invalid-large" type="checkbox" class="k-checkbox k-checkbox-lg k-rounded-md k-invalid"> |
114 | 108 | </span>
|
115 |
| - <label class="k-checkbox-label" for="chInd">Indeterminate</label> |
116 |
| - </div> |
117 |
| - <span></span> |
118 |
| - <div> |
| 109 | + <label class="k-checkbox-label" for="ch-invalid-large">invalid</label> |
| 110 | + </section> |
| 111 | + <section> |
119 | 112 | <span class="k-checkbox-wrap">
|
120 |
| - <input type="checkbox" class="k-checkbox k-checkbox-sm k-rounded-md k-disabled k-indeterminate"> |
| 113 | + <input id="ch-required-small" type="checkbox" required="" class="k-checkbox k-checkbox-sm k-rounded-md"> |
121 | 114 | </span>
|
122 |
| - <label class="k-checkbox-label" for="chIndDis">Indeterminate</label> |
123 |
| - </div> |
124 |
| - <div> |
| 115 | + <label class="k-checkbox-label" for="ch-required-small">required</label> |
| 116 | + </section> |
| 117 | + <section> |
125 | 118 | <span class="k-checkbox-wrap">
|
126 |
| - <input type="checkbox" class="k-checkbox k-checkbox-md k-rounded-md k-disabled k-indeterminate"> |
| 119 | + <input id="ch-required-medium" type="checkbox" required="" class="k-checkbox k-checkbox-md k-rounded-md"> |
127 | 120 | </span>
|
128 |
| - <label class="k-checkbox-label" for="chIndDis">Indeterminate</label> |
129 |
| - </div> |
130 |
| - <div> |
| 121 | + <label class="k-checkbox-label" for="ch-required-medium">required</label> |
| 122 | + </section> |
| 123 | + <section> |
131 | 124 | <span class="k-checkbox-wrap">
|
132 |
| - <input type="checkbox" class="k-checkbox k-checkbox-lg k-rounded-md k-disabled k-indeterminate"> |
| 125 | + <input id="ch-required-large" type="checkbox" required="" class="k-checkbox k-checkbox-lg k-rounded-md"> |
133 | 126 | </span>
|
134 |
| - <label class="k-checkbox-label" for="chIndDis">Indeterminate</label> |
135 |
| - </div> |
136 |
| - <span></span> |
137 |
| - <div> |
| 127 | + <label class="k-checkbox-label" for="ch-required-large">required</label> |
| 128 | + </section> |
| 129 | + <section> |
138 | 130 | <span class="k-checkbox-wrap">
|
139 |
| - <input type="checkbox" required="" class="k-checkbox k-checkbox-sm k-rounded-md k-invalid"> |
| 131 | + <input id="ch-disabled-small" type="checkbox" class="k-checkbox k-checkbox-sm k-rounded-md k-disabled"> |
140 | 132 | </span>
|
141 |
| - <label class="k-checkbox-label" for="chError">Invalid</label> |
142 |
| - </div> |
143 |
| - <div> |
| 133 | + <label class="k-checkbox-label" for="ch-disabled-small">disabled</label> |
| 134 | + </section> |
| 135 | + <section> |
144 | 136 | <span class="k-checkbox-wrap">
|
145 |
| - <input type="checkbox" required="" class="k-checkbox k-checkbox-md k-rounded-md k-invalid"> |
| 137 | + <input id="ch-disabled-medium" type="checkbox" class="k-checkbox k-checkbox-md k-rounded-md k-disabled"> |
146 | 138 | </span>
|
147 |
| - <label class="k-checkbox-label" for="chError">Invalid</label> |
148 |
| - </div> |
149 |
| - <div> |
| 139 | + <label class="k-checkbox-label" for="ch-disabled-medium">disabled</label> |
| 140 | + </section> |
| 141 | + <section> |
150 | 142 | <span class="k-checkbox-wrap">
|
151 |
| - <input type="checkbox" required="" class="k-checkbox k-checkbox-lg k-rounded-md k-invalid"> |
| 143 | + <input id="ch-disabled-large" type="checkbox" class="k-checkbox k-checkbox-lg k-rounded-md k-disabled"> |
152 | 144 | </span>
|
153 |
| - <label class="k-checkbox-label" for="chError">Invalid</label> |
154 |
| - </div> |
| 145 | + <label class="k-checkbox-label" for="ch-disabled-large">disabled</label> |
| 146 | + </section> |
| 147 | + <section> |
| 148 | + <span class="k-checkbox-wrap"> |
| 149 | + <input id="ch-checked-small" type="checkbox" class="k-checkbox k-checkbox-sm k-rounded-md k-checked" checked=""> |
| 150 | + </span> |
| 151 | + <label class="k-checkbox-label" for="ch-checked-small">checked</label> |
| 152 | + </section> |
| 153 | + <section> |
| 154 | + <span class="k-checkbox-wrap"> |
| 155 | + <input id="ch-checked-medium" type="checkbox" class="k-checkbox k-checkbox-md k-rounded-md k-checked" checked=""> |
| 156 | + </span> |
| 157 | + <label class="k-checkbox-label" for="ch-checked-medium">checked</label> |
| 158 | + </section> |
| 159 | + <section> |
| 160 | + <span class="k-checkbox-wrap"> |
| 161 | + <input id="ch-checked-large" type="checkbox" class="k-checkbox k-checkbox-lg k-rounded-md k-checked" checked=""> |
| 162 | + </span> |
| 163 | + <label class="k-checkbox-label" for="ch-checked-large">checked</label> |
| 164 | + </section> |
| 165 | + <section> |
| 166 | + <span class="k-checkbox-wrap"> |
| 167 | + <input id="ch-indeterminate-small" type="checkbox" class="k-checkbox k-checkbox-sm k-rounded-md k-indeterminate"> |
| 168 | + </span> |
| 169 | + <label class="k-checkbox-label" for="ch-indeterminate-small">indeterminate</label> |
| 170 | + </section> |
| 171 | + <section> |
| 172 | + <span class="k-checkbox-wrap"> |
| 173 | + <input id="ch-indeterminate-medium" type="checkbox" class="k-checkbox k-checkbox-md k-rounded-md k-indeterminate"> |
| 174 | + </span> |
| 175 | + <label class="k-checkbox-label" for="ch-indeterminate-medium">indeterminate</label> |
| 176 | + </section> |
| 177 | + <section> |
| 178 | + <span class="k-checkbox-wrap"> |
| 179 | + <input id="ch-indeterminate-large" type="checkbox" class="k-checkbox k-checkbox-lg k-rounded-md k-indeterminate"> |
| 180 | + </span> |
| 181 | + <label class="k-checkbox-label" for="ch-indeterminate-large">indeterminate</label> |
| 182 | + </section> |
155 | 183 | </div>
|
156 | 184 | </body>
|
157 | 185 | </html>
|
0 commit comments