'RMarkdown: Is there a tabset radio button?

In R markdown you can do

### section {.tabset .tabset-dropdown}

#### sub1

#### sub2

Then sub1 and sub21 will appear in a drop down. Is there a way to use radio button instead of dropdown? I want to radio button not .tabset-fade`



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source