Implement a page with a multi-step form, where each step shows when you have completed the previous one. In other words, we're not looking for previous/next buttons, but the next step should appear automatically.
- Two checkboxes with labels
A1
andA2
. Both are unchecked by default. Next step is available after at least one of them is checked. - Two toggle buttons with labels
B1
andB2
. One button untoggles another (same as radio buttons behavior). Both are inactive by default. Next step is available when any option has been chosen. - Text field with button
Check
. When button is pressed a value of the field will be send. Next step is available if a response from API is fine. - Selectbox with
C1
,C2
,C3
options. It is empty by default. Next step is available when any option has been chosen.