This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
support65166
Problems with checkbox fields: https://pasteboard.co/JZA5xVG.png
The same problem is on Doc. Tested with Chrome and Firefox https://octobercms.com/docs/ui/checkbox
Alexey Bobkov
Hello,
Thanks for the report. It is fixed now: https://octobercms.com/docs/ui/checkbox. There is a new CSS class storm-icon-pseudo
that must be added to the LABEL tag for custom checkboxes and radio buttons:
<div class="checkbox custom-checkbox">
<input name="checkbox" value="1" type="checkbox" id="checkbox1" />
<label for="checkbox1" class="storm-icon-pseudo">Checkbox</label>
</div>
support65166
Alexey Bobkov said:
Hello,
Thanks for the report. It is fixed now: https://octobercms.com/docs/ui/checkbox. There is a new CSS class
storm-icon-pseudo
that must be added to the LABEL tag for custom checkboxes and radio buttons:<div class="checkbox custom-checkbox"> <input name="checkbox" value="1" type="checkbox" id="checkbox1" /> <label for="checkbox1" class="storm-icon-pseudo">Checkbox</label> </div>
nice, thx :)
1-5 of 5