Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/components/radio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ <h3>

<sky-demo-page-properties sectionHeading="Radio button group properties">
<p>
The <sky-code>sky-radio-group</sky-code> component organizes radio buttons into a group. IT is required for radio buttons on Angular reactive forms, and we recommend using it with all radio buttons. On Angular forms, the component manages the selected values and keeps the forms up-to-date. When users select a radio button, its value is driven through an <sky-code>ngModel</sky-code> attribute that you specify on the <sky-code>sky-radio-group</sky-code> element.
The <sky-code>sky-radio-group</sky-code> component organizes radio buttons into a group. It is required for radio buttons on Angular reactive forms, and we recommend using it with all radio buttons. On Angular forms, the component manages the selected values and keeps the forms up-to-date. When users select a radio button, its value is driven through an <sky-code>ngModel</sky-code> attribute that you specify on the <sky-code>sky-radio-group</sky-code> element.
</p>
<sky-demo-page-property
propertyName="name"
Expand Down