Open adam-bates opened 2 years ago
Same as for size, colorable checkbox would be nice. This is exactly what the plugin checkradio https://wikiki.github.io/form/checkradio/ is doing. It's weird we can change size and color of inputs but not of radio and checkboxes.
it's really weird that chekbock sizing has not been supported,
This is a requested feature for Bulma.
Overview of the problem
This is about the Bulma CSS framework I'm using Bulma version [0.9.3]
Description
Support the classes
is-small
,is-medium
, andis-large
on the form input typescheckbox
andradio
, as well as the form classhelp
Steps to Reproduce
Copy the example code from bulma/complete-form-example into a project setup with Bulma
Add sizing classes to label and input elements (ie.
is-large
)Render the content
Expected behavior
The entire form is scaled proportionally
Actual behavior
All form components are scaled proportionally, except for
checkbox
,radio
, andhelp
.https://codesandbox.io/s/bulma-form-sizes-demo-jzo29c
P.S.
I'm awful with CSS and making nice designs. Bulma has been awesome! I really appreciate all the work you're doing. Thank you! 😁