@@ -15,8 +15,8 @@ exports[`test pushes type prop to inputclasses 1`] = `
1515 style = { Object {}} />
1616 </label >
1717 <input
18+ checked = " "
1819 data-spec = " input"
19- defaultChecked = " "
2020 style = {
2121 Object {
2222 " width" : 0 ,
@@ -57,15 +57,11 @@ exports[`test should accept a default value 1`] = `
5757 } >
5858 <small
5959 data-spec = " input-label"
60- style = {
61- Object {
62- " color" : " #303030" ,
63- }
64- } />
60+ style = { Object {}} />
6561 </label >
6662 <input
63+ checked = " checked"
6764 data-spec = " input"
68- defaultChecked = " checked"
6965 style = {
7066 Object {
7167 " width" : 0 ,
@@ -100,8 +96,8 @@ exports[`test should accept an id 1`] = `
10096 style = { Object {}} />
10197 </label >
10298 <input
99+ checked = " "
103100 data-spec = " input"
104- defaultChecked = " "
105101 id = " harambe"
106102 style = {
107103 Object {
@@ -139,8 +135,8 @@ exports[`test should accept label 1`] = `
139135 style = { Object {}} />
140136 </label >
141137 <input
138+ checked = " "
142139 data-spec = " input"
143- defaultChecked = " "
144140 id = " harambe"
145141 name = " harambe"
146142 style = {
@@ -179,8 +175,8 @@ exports[`test should accept name prop 1`] = `
179175 style = { Object {}} />
180176 </label >
181177 <input
178+ checked = " "
182179 data-spec = " input"
183- defaultChecked = " "
184180 id = " harambe"
185181 name = " harambe"
186182 style = {
@@ -223,8 +219,8 @@ exports[`test should add classes with classes prop 1`] = `
223219 style = { Object {}} />
224220 </label >
225221 <input
222+ checked = " "
226223 data-spec = " input"
227- defaultChecked = " "
228224 style = {
229225 Object {
230226 " width" : 0 ,
@@ -258,8 +254,8 @@ exports[`test should add classes with classes prop 2`] = `
258254 style = { Object {}} />
259255 </label >
260256 <input
257+ checked = " "
261258 data-spec = " input"
262- defaultChecked = " "
263259 style = {
264260 Object {
265261 " width" : 0 ,
@@ -293,9 +289,9 @@ exports[`test should add inputClasses with inputClasses prop 1`] = `
293289 style = { Object {}} />
294290 </label >
295291 <input
292+ checked = " "
296293 className = " test1 harambe"
297294 data-spec = " input"
298- defaultChecked = " "
299295 style = {
300296 Object {
301297 " width" : 0 ,
@@ -329,8 +325,8 @@ exports[`test should disable input with disabled prop 1`] = `
329325 style = { Object {}} />
330326 </label >
331327 <input
328+ checked = " "
332329 data-spec = " input"
333- defaultChecked = " "
334330 disabled = { true }
335331 style = {
336332 Object {
@@ -366,8 +362,8 @@ exports[`test should display children 1`] = `
366362 </small >
367363 </label >
368364 <input
365+ checked = " "
369366 data-spec = " input"
370- defaultChecked = " "
371367 style = {
372368 Object {
373369 " width" : 0 ,
@@ -401,8 +397,8 @@ exports[`test should hide label with hideLabel prop 1`] = `
401397 style = { Object {}} />
402398 </label >
403399 <input
400+ checked = " "
404401 data-spec = " input"
405- defaultChecked = " "
406402 style = {
407403 Object {
408404 " width" : 0 ,
@@ -431,8 +427,8 @@ exports[`test should render with minimal props 1`] = `
431427 style = { Object {}} />
432428 </label >
433429 <input
430+ checked = " "
434431 data-spec = " input"
435- defaultChecked = " "
436432 style = {
437433 Object {
438434 " width" : 0 ,
@@ -466,8 +462,8 @@ exports[`test should respond to onclick prop 1`] = `
466462 style = { Object {}} />
467463 </label >
468464 <input
465+ checked = " "
469466 data-spec = " input"
470- defaultChecked = " "
471467 onClick = { [Function ]}
472468 style = {
473469 Object {
0 commit comments