http://codyhouse.co/demo/content-filter/index.html
Choose the radio button "Choice 2", then the checkbox "Option 1" and then checkbox "Option 2".
You'll be seen the item five. This item hasn't the class "radio2".
The self.outputString is .check1,.check2.radio2.
Correct would be .check1.radio2,.check2.radio2.
http://codyhouse.co/demo/content-filter/index.html
Choose the radio button "Choice 2", then the checkbox "Option 1" and then checkbox "Option 2".
You'll be seen the item five. This item hasn't the class "radio2".
The
self.outputStringis.check1,.check2.radio2.Correct would be
.check1.radio2,.check2.radio2.