Write a JavaFX program that promts user to enter details:

Write a JavaFX program that promts user to enter details:
1. To Enter user information (i.e., Name, Street, City, State, Zip).
2. To select the product (APP or MUSIC) CheckBox
3. To select Type (Type of Music) ComboBox
4. To select Type (Type of App) RadioButton
5. Also to enter other information (i.e., Title, Date Purchased, Account Number).
6. At last, Two buttons to be present (SUBMIT and FINISH).