pdir/contao-survey

check box not shown / missing

Closed this issue · 1 comments

Bug description

When using "Matrixfrage" or "Multiple Choice Frage" the checkbox is not displayed

Screenshots

checkbox

Environment

Contao 4.13.37
MATE Theme 2.21.0

it is a css problem.
fix with ertanl css
[type='radio']:not(:checked) {
opacity: 1;
}