Documentation

Radio extends Component

Radio Laravel Blade Component

A radio button group component with customizable options. Features customizable labels, hints, and styling for enhanced user experience.

Features:

  • Customizable radio options
  • Customizable labels and hints
  • Form validation integration
  • Livewire real-time updates
  • Bulma CSS framework integration
  • Mobile-friendly responsive design
Tags
author

V360

version
1.0.0
since
2024-07-20
example

Table of Contents

$classes  : string
$hint  : string|null
$id  : string|null
$label  : string|null
$name  : string
$options  : mixed
$value  : string|null
__construct()  : mixed
Create a new component instance
render()  : View|string
Get the view / contents that represent the component.

Properties

$classes

public string $classes

$hint

public string|null $hint = null

$id

public string|null $id = null

$label

public string|null $label = null

$options

public mixed $options

$value

public string|null $value = null

Methods

__construct()

Create a new component instance

public __construct(string $name[, string|null $value = null ][, mixed $options = [] ][, mixed $label = null ][, string $classes = '' ][, string|null $hint = null ]) : mixed
Parameters
$name : string
$value : string|null = null
$options : mixed = []
$label : mixed = null
$classes : string = ''
$hint : string|null = null
Return values
mixed

render()

Get the view / contents that represent the component.

public render() : View|string
Return values
View|string

Search results