Radio Button Group
Radio Button Group
- HTML/CSS:Dev Ready
- Layout:Responsive
A styled select list that can have a single entry checked at any one time.
Base
Preview
Overview of CSS Classes
- Selector
- The CSS class being referred to.
- Summary
- A description of what the class does.
- Support
- Whether the class name is dev-ready (meaning it's fully vetted and tested and safe to use) or prototype (which means it's not fully vetted yet).
- Restrict
- The selector that the class name is allowed to be used on.
- Variant
- The base level pattern for a component. A variant can be extended to create another variant of that component, for example, a stateful button is a derivative of the base button.
- Modifier
- A single class that can be added to an HTML element of a component to modify its output. Typically these will be colors, sizing and positioning.
| Selector | .slds-radio_button-group |
|---|---|
| Summary | Initializes radio button |
| Support | dev-ready |
| Restrict | div |
| Variant | True |
| Selector | .slds-radio_button |
|---|---|
| Summary | |
| Restrict | .slds-radio_button-group span |
| Selector | .slds-radio_faux |
|---|---|
| Summary | Create styled button when adjacent to the input[radio] element |
| Restrict | .slds-radio_button span |
| Selector | .slds-radio_button__label |
|---|---|
| Summary | Label element inside of a radio button |
| Restrict | .slds-radio_button label |