it 'returns a checkbox when its associated tag_prompt is a checkbox' do
    ans_tag = AnswerTag.create answer: answer, tag_prompt_deployment_id: tag_deploy_cb.id, value: 0, user_id: user.id
    expect(ans_tag.tag_prompt_html_control(1)).to include('input type="checkbox"')