Guides
Navigation
Feedback
Overlays
Layout
Data Display
Forms
.md

Forms

checkbox

Native checkbox styled to the theme.

Installation

php artisan ui:add checkbox

Usage

<x-ui.checkbox id="terms" />

Pair with `<x-ui.label>` via id/for.

Props

Every prop with its default. Pass any of them as attributes, using : to bind a PHP value.

@props([])