Wikiki / bulma-checkradio

Bulma's extension to display better checkbox and radio imputs
MIT License
71 stars 43 forks source link

No text option #48

Closed angrykoala closed 4 years ago

angrykoala commented 5 years ago

I'm trying to use the checkbox without adding any text, so far I've got the following code:

<div class="field">
    <input class="is-checkradio" type="checkbox"  checked="checked">
    <label></label>
</div>

Which makes what I want, however the empty label adds an extra clickable space on the right:

ewq

It would be nice to be able to have this kind of behaviour without relying on extra css

angrykoala commented 4 years ago

Closed due to inactivity