bulma_form_checkbox: Bulma Form: Checkbox

Description Usage Arguments See Also

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

Description

The 2-state checkbox in its native format.

Checkbox

Usage

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

Arguments

name

(str) human readable identifier for POST

...

(tag) content

disabled

(flg) whether checkable or not

outer_tag, inner_tag

(fun) default html tags

See Also

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


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