Description Usage Arguments See Also
View source: R/bulma-form-checkbox.R
The 2-state checkbox in its native format.
1 2 3 4 5 6 7 | bulma_form_checkbox(
name,
...,
disabled = FALSE,
outer_tag = tags$label,
inner_tag = tags$input
)
|
name |
(str) human readable identifier for POST |
... |
(tag) content |
disabled |
(flg) whether checkable or not |
outer_tag, inner_tag |
(fun) default html tags |
Other Bulma Form Components:
bulma_form_button()
,
bulma_form_file()
,
bulma_form_input()
,
bulma_form_radio()
,
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.