| wa_radio | R Documentation |
wa-radio componentGenerated wrapper for the Web Awesome wa-radio component.
Generated from Web Awesome metadata.
wa_radio(
...,
id = NULL,
class = NULL,
style = NULL,
value = NULL,
disabled = NULL,
name = NULL,
appearance = NULL,
custom_error = NULL,
dir = NULL,
lang = NULL,
size = NULL
)
... |
Child content for the component's default slot. |
id |
Optional DOM id attribute for HTML, CSS, and JS targeting. |
class |
Optional CSS class string. |
style |
Optional inline CSS style string. |
value |
String. The radio's value. When selected, the radio group will receive this value. |
disabled |
Boolean. Default: |
name |
String. Default: |
appearance |
Enumerated string. Allowed values: |
custom_error |
String. Default: |
dir |
String. Optional Web Awesome attribute. |
lang |
String. Optional Web Awesome attribute. |
size |
Enumerated string. Allowed values: |
An HTML tag for the component.
None.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.