Radio buttons (reactive)
Radio buttons (template-driven)
@for (item of seasons; track item) {
{{ item.name }}
@if (showInlineHelp) {
}
}
Radio button and group easy mode
@for (item of seasons; track item) {
}
| Touched |
{{ foo.touched }} |
| Pristine |
{{ foo.pristine }} |
| Valid |
{{ foo.valid }} |
| Value |
{{ radioValue || 'Nothing selected...' }} |
Icon radio buttons