Form

Component

Checkbox

Boolean selection inputs for multi option forms, terms agreements, and toggle states.

Component Syntax

blade
<x-aura::checkbox wire:model="remember" label="Remember me" />

1. Basic Checkbox

blade

2. Checkbox Sizes

blade

3. With Description

blade

Component Props

Available properties and configurations for the checkbox component.

Prop Default Available Values

label

null

Label text string

description

null

Description text string

size

sm
xs sm md lg

checked

false
true false

disabled

false
true false

name

null

Field name string

value

null

Value string