anydigital / float-label-css

Bulletproof CSS-only implementation of Float Label pattern with automatic fallback for ANY non-supporting browser.
https://codepen.io/tonystar/pen/JRLaKw
MIT License
261 stars 28 forks source link

checkbox not appears #22

Closed TheOrphan closed 6 years ago

TheOrphan commented 6 years ago
<div class="form-group">
                                        <label class="custom-control custom-checkbox">
                                            <input class="custom-control-input" type="checkbox"/>
                                            <span class="custom-control-indicator"></span>
                                            <span class="custom-control-description">Subscribe to newsletter</span>
                                        </label>
                                    </div>

image

tonystar commented 6 years ago

@joiel any difference between subscribe checkbox and remember? can you probably attach html/zip?

TheOrphan commented 6 years ago

yeah.

subscribe im using yours. and remember im using plain.

`

                                </div>`
tonystar commented 6 years ago

Checkboxes do not use float labels, simply use plain ones!

If you want, say, custom Bootstrap checkboxes - refer here http://getbootstrap.com/docs/4.0/components/forms/#checkboxes-and-radios-1.

TheOrphan commented 6 years ago

hm but im using bs 3 css

TheOrphan commented 6 years ago

ill close this thread since im prefer using plain one. thank you for your support really appreciate!