Revo Docs

Check

A minimal styled checkbox input.

<x-ui::forms.check />
<x-ui::forms.check :on="true"/>
Copied!

Information

The components uses a hidden input in order to fix html forms not submitting unchecked checkboxes. The component is styled with a minimal design, but can override the styles at any time. As a recommendation, tailwindcss accent classes can give a nice touch to the checkbox.