HTML + CSSCheckboxes

Round fill checkbox

A round checkbox that fills from the center outwards, then pops a white tick in the middle.

Settings

16px
1x

Code

<label class="uv-cc"><input type="checkbox" checked><span><svg viewBox="0 0 24 24"><path d="M5 12.5l4.5 4.5L19 7.5" pathLength="1"/></svg></span>Remember me</label>

Prompt for AI

Paste it into ChatGPT, Claude or Cursor and it will adapt the block to your project with these settings, even if you don’t use React.

More in Checkboxes

Where to use it

Round checkboxes feel softer and more mobile-friendly than square ones. This one works well for “Remember me” under a login form, for picking toppings in a pizza ordering app or for marking lessons as seen in a course. The color grows from the center like a drop of ink, and the tick follows with a little spring.

Circles are often read as radio buttons, where only one option can be chosen. Use this style for a single choice like “Remember me”, or in lists where the labels make it obvious that several can be ticked.