View source: R/mdl_businessUI.R
mdl_ListChoose1 | R Documentation |
从单项选择题中选择元素
mdl_ListChoose1(
id,
label = "单项选择题",
choiceNames = list(icon("calendar"), icon("bed"), icon("cog"), icon("bug")),
choiceValues = list("calendar", "bed", "cog", "bug"),
selected = "bed"
)
id |
内码 |
label |
标签 |
choiceNames |
显示选项 |
choiceValues |
存储选项 |
selected |
是否选中 |
返回值
mdl_ListChoose1();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.