bootdesk/chat-sdk

RadioSelect
in package

Table of Contents

Properties

$id  : string
$initialOption  : string|null
$label  : string
$optional  : bool
$options  : array<string|int, mixed>

Methods

__construct()  : mixed

Properties

$initialOption read-only

public string|null $initialOption = null

$options read-only

public array<string|int, mixed> $options

Methods

__construct()

public __construct(string $id, string $label, array<string|int, SelectOption$options[, string|null $initialOption = null ][, bool $optional = false ]) : mixed
Parameters
$id : string
$label : string
$options : array<string|int, SelectOption>
$initialOption : string|null = null
$optional : bool = false
On this page

Search results