Description Usage Arguments See Also
View source: R/bulma-form-radio.R
The mutually exclusive radio buttons in their native format. The radio class
is a simple wrapper around the <input type="radio">
HTML elements. It is
intentionally not styled, to preserve cross-browser compatibility and the
user experience.
Make sure the linked radio buttons have the same value for their name HTML attribute.
1 2 3 4 5 6 7 8 | bulma_form_radio(
name,
...,
checked = FALSE,
disabled = FALSE,
outer_tag = tags$label,
inner_tag = tags$input
)
|
name |
(string) links together various |
... |
(tag) content |
checked |
(flag) button is selected |
disabled |
(flag) button cannot be clicked |
outer_tag |
(fun) default HTML tags |
inner_tag |
(fun) default HTML tags |
Other Bulma Form Components:
bulma_form_button()
,
bulma_form_checkbox()
,
bulma_form_file()
,
bulma_form_input()
,
bulma_form_select()
,
bulma_form_textarea()
,
bulma_form()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.