Input type radio examples

For radio type, you have to specify type radio and the label for user convenience when creating inputs. You can group them by name, and if so, for validation, add it to one of them and they will share it. But if you want, add it to all of them. It is up to you. Control them with the checked properties

radio input with no validation

Typescript
Javascript

radio input with validation

Typescript
Javascript

Hit next for checkbox examples with aio-inputs