Primary Actor: User
Scope: Ngx-bootstrap DEMO / BS version 3&4
Goal: Show user example of radio buttons with ReactiveForms
- User opens Buttons demo page
- User clicks on Radio with Reactive Forms sub-menu
- User see button-group, which contain of 4 primary labeled buttons named as "A", "B", "C" and "Enable/Disable"
- By default, 1st button is inactive, 2d - inactive, 3d - active and 4th - inactive
- User able to click on each button
- When user clicks on the 1st or 2d button, it become active and other buttons - inactive
- When user clicks on the 4th button, it become active and other buttons - disabled
- Component src should be written with usage of FormBuilder and FormGroup
2*. User scrolls to Radio with Reactive Forms sub-menu