make_ui_checkbox | R Documentation |
Creates HTML code for checkbox response options.
make_ui_checkbox(
label,
choices,
subprompt = "",
labels = NULL,
trigger_button_text = "Continue",
javascript = "",
hide = FALSE,
id = "response_ui"
)
label |
(Character scalar) Label for the current page. |
choices |
(Character vector) Choices for the participant. If unnamed, then these values will be used both for checkbox IDs and for checkbox labels. If named, then values will be used for checkbox IDs and names will be used for checkbox labels. |
subprompt |
(Character scalar) Optional additional text in bold letters below the prompt. |
labels |
Optional vector of labels for the NOMC choices.
If not |
trigger_button_text |
(Character scalar) Text for the trigger button. |
javascript |
(Character scalar) JavaScript code to be added for controlling checkbox behaviour. |
hide |
(Boolean scalar) Whether the checkboxes should be hidden (possibly to be shown later). |
id |
(Character scalar) HTML ID for the div containing the checkboxes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.