% if input_type == 'checkbox' or not value:
% if status == 'unsubmitted' or show_correctness == 'never':
% elif status == 'correct':
% elif status == 'incorrect':
% elif status == 'incomplete':
% endif
% endif
% if show_correctness == "never" and (value or status not in ['unsubmitted']):