bulma_form_radio: Bulma Form: Radio

Description Usage Arguments See Also

View source: R/bulma-form-radio.R

Description

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.

Usage

1
2
3
4
5
6
7
8
bulma_form_radio(
  name,
  ...,
  checked = FALSE,
  disabled = FALSE,
  outer_tag = tags$label,
  inner_tag = tags$input
)

Arguments

name

(string) links together various bulma_form_radio()s.

...

(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

See Also

Other Bulma Form Components: bulma_form_button(), bulma_form_checkbox(), bulma_form_file(), bulma_form_input(), bulma_form_select(), bulma_form_textarea(), bulma_form()


tjpalanca/bulma.R documentation built on Dec. 23, 2021, 10:58 a.m.