[DEV-3866] handle checkbox default values properly
The "checkbox" questions belong to the group of questions that change the "checked" attribute rather than the "value" attribute.master
parent
7b3c56e4a3
commit
a3b5dd286f
|
@ -466,6 +466,7 @@ module.exports = Class( 'ElementStyler',
|
|||
case 'noyes':
|
||||
case 'radio':
|
||||
case 'legacyradio':
|
||||
case 'checkbox':
|
||||
var elements = [];
|
||||
if ( $context && $context.singleIndex )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue