Guides
Navigation
Feedback
Overlays
Layout
Data Display
Forms
.md

Forms

radio

Native radio input styled to the theme.

Installation

php artisan ui:add radio

Usage

<x-ui.radio id="free" name="plan" value="free" checked />

Use a shared `name` for a radio group.

Props

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

@props([])