| ds_fieldset | R Documentation |
Group related form fields with a legend using Designsystemet styles.
ds_fieldset(legend, ..., class = NULL)
legend |
The legend text for the fieldset group |
... |
Child elements (fields, inputs, etc.) |
class |
Additional CSS classes |
A Shiny tag object
ds_fieldset("Preferences",
ds_checkbox("opt1", "Option 1"),
ds_checkbox("opt2", "Option 2")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.