Provide style options for checkbox, radio, select

I used the Bricks Filter checkbox.

I wanted style the colors & checked background color but things got a different case.

I styled the input checkbox style, the size got styled but radius, colors etc refused to effect. I also styled the checked state with with pseudo class selector for background & others, but failed.

I’ve tried many ways and all efforts prove abortive. Only the width & height got styled.

PS: Someone posted this on the Facebook group and the problem doesn’t only affect checkbox, it affects radio too.

2 Likes

Hi Abey,
Thanks for your report!

Since there are currently no radio- or checkbox element specific settings regarding the styling, I wouldn’t consider this as a bug. Also, I can’t find any ideas on the idea board: Idea board – Bricks

Custom CSS is the only solution that can make this work properly. I honestly don’t know whether it has become easier to make the styling uniform across different browsers - but “back then,” it was a pain in the ass.

Best,
timmse

OMG!

I submitted that to the idea board, but submission is subject to approval. Seems it hasn’t been approved.

Also, I’ve tried lots of custom CSS. No way. Only the width and height changed. You know the selectors I can I use?

We check the submissions irregularly, so I think the idea hasn’t been approved yet.

There are so many examples if you google it:
https://www.google.com/search?q=google+checkbox+radio+button+styling+with+css&sourceid=chrome&ie=UTF-8

1 Like

Idea board entry: https://bricksbuilder.io/ideas/#13326

3 Likes

I also now have had the need for styling checkboxes.

I also request that a label be shown above the checkbox options. I currently have to add a HTML field for this.

Hey @sly

On your case the label doesn’t show because on your Form you have labels hidden (assuming from not seeing labels on the other fields also)

image

Although, I agree the label being shown or not should be more granular (i.e. by field) or at the very least for checkboxes/radios we should be able to override global form label settings!

Your example is a good use case for this, specially because there is no CSS way of showing only that label - Bricks doesn’t even print them to avoid more DOM elements than necessary - which for this kind of cases works inversely, requiring the user to add A LOT MORE DOM Elements to have a simple label.

1 Like

You are so right @frussane, thanks.

1 Like

Agree. Please support the creation of nestable checkboxes/radios so that any structure or style can be achieved. This can be done easily by wrapping the input in a label, placing a span next to the input as a nestable element, and then inserting any content (such as icons, text, or images) within that span. This approach opens up many possibilities, allowing for fully customizable checkbox and radio button designs in filters, form elements, and more.

Additionally, default native checkboxes are not fully customizable, and their styling can vary across browsers. This method ensures a consistent cross-browser appearance with the same styling everywhere.

For example, see: https://codepen.io/aidardev/pen/jEOQWWx