Radio button
Use radio buttons where users must make a single selection.
certara-radio
Section titled “certara-radio”Properties
Section titled “Properties”checked
| Attribute | checked |
| Type | boolean |
| Default | false |
| Required | false |
| Description | The checked state of the radio |
disabled
| Attribute | disabled |
| Type | boolean |
| Default | false |
| Required | false |
| Description | The disabled state of the radio |
layout
| Attribute | layout |
| Type | "inline" | "inline-block" | "stacked" | "standalone" |
| Default | 'inline' |
| Required | false |
| Description | Stacked radios have one per line, inline radios are all on the same line |
name
| Attribute | name |
| Type | string |
| Default | undefined |
| Required | false |
| Description | The name of the radio |
size
| Attribute | size |
| Type | "md" | "sm" |
| Default | 'md' |
| Required | false |
| Description | The size of the checkbox |
value
| Attribute | value |
| Type | any |
| Default | 'on' |
| Required | false |
| Description | The value of the radio |
Events
Section titled “Events”| Name | Description | Bubbles |
|---|---|---|
certaraBlur | Standard event emitted when radio is blurred | true |
certaraChange | Standard event emitted when radio is toggled | false |
certaraFocus | Standard event emitted when radio is focused | true |
Methods
Section titled “Methods”There are no public methods available for this component
| Name | Description |
|---|---|
| Content for the label | |
help | Help text that sits below the label |