{"ScriptPreparationCode":"var $formElement = $(\u0022#parent\u0022);","TestCases":[{"Name":"find by input and checkbox selector","Code":"$formElement.find(\u0022input:checkbox\u0022);","IsDeferred":false},{"Name":"find by checkbox selector","Code":"$formElement.find(\u0022:checkbox\u0022);","IsDeferred":false},{"Name":"find by input and type checkbox","Code":"$formElement.find(\u0022input[type=\u0027checkbox\u0027]\u0022);","IsDeferred":false},{"Name":"find by type checkbox","Code":"$formElement.find(\u0022[type=\u0027checkbox\u0027]\u0022);","IsDeferred":false}]}