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
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

SnipiBA
SnipiBA

baloon selector is too probably not working properly

Alexey Bobkov
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
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 :)

albrightlabs
albrightlabs

Thank you, Alexey. Needed this!

1-5 of 5

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.