Creating a table using Dash dynamically after a click

I have checkbox and a button on a tab of the page.After I click the button, a table must be displayed on the same tab containing the values I selected in checkbox and the form must be disappeared. How do i do it?I tried using multiple callbacks but it doesn’t work