Skip to content
Snippets Groups Projects
Commit cccd5676 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

GH-996: Render checkboxes as a list

parent c12c7001
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,7 @@ const answerTypes = { ...@@ -71,6 +71,7 @@ const answerTypes = {
'radios': BasicAnswer, 'radios': BasicAnswer,
// SPECIAL // SPECIAL
'checkboxes': BasicListAnswer,
'rich_text': RichTextAnswer, 'rich_text': RichTextAnswer,
'address': AddressAnswer, 'address': AddressAnswer,
'category': BasicListAnswer, 'category': BasicListAnswer,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment