1
0
Fork 0

[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
Joseph Frazer 2018-11-05 16:23:19 -05:00
parent 7b3c56e4a3
commit a3b5dd286f
1 changed files with 1 additions and 0 deletions

View File

@ -466,6 +466,7 @@ module.exports = Class( 'ElementStyler',
case 'noyes': case 'noyes':
case 'radio': case 'radio':
case 'legacyradio': case 'legacyradio':
case 'checkbox':
var elements = []; var elements = [];
if ( $context && $context.singleIndex ) if ( $context && $context.singleIndex )
{ {