Show component when checkbox is clicked

Widgets & Design

Hi, can anyone help me. I want to show this tapbar(advance form inside a container ) after user click checked on the checkbox.

example scenario:

  • user fill up the previous form

  • last step is checkbox call 'advance'

  • after user click the checkbox, a new form will appear that can accept user image and pdf document

Initial state for checkbox is false,

if checkbox == false, then advance form == hide

if checkbox == true, then advance form == show

Thanks for helping : )

What have you tried so far?
  • I didn't find latest or closest tutorial about show/hide/conditional value for checkbox.

  • Already try and error for conditional value but it looks like the widget don't have feature to connect with each other.

  • If possible I don't want to include database (boolean true/false) since this form is only for check if the user want to fill up the advance form.

Did you check FlutterFlow's Documentation for this topic?
No
1
2 replies