Actions
Bug #80647
closedEXT:Form frontend markup of checkboxes is incompatible to bootstrap
Start date:
2017-04-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The frontend markup of checkboxes doesn't work very well with bootstrap styles.
It should be similar to that markup:
<div class="checkbox"> <label> <input type="checkbox"> Remember me </label> </div>
Actions