Documentation
Preparing search index...
@saltcorn/markup
helpers
RadioGroupOpts
Type Alias RadioGroupOpts
type
RadioGroupOpts
=
{
form_name
:
string
;
inline
:
boolean
;
name
:
string
;
onChange
:
string
|
undefined
;
options
:
(
{
label
:
string
;
value
:
string
}
|
string
)
[]
;
required
:
boolean
;
value
:
string
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
form_
name
inline
name
on
Change
options
required
value
Properties
form_
name
form_name
:
string
inline
inline
:
boolean
name
name
:
string
on
Change
onChange
:
string
|
undefined
options
options
:
(
{
label
:
string
;
value
:
string
}
|
string
)
[]
required
required
:
boolean
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
form_
name
inline
name
on
Change
options
required
value
Documentation
Loading...