Hi @moshe212,
Of course you can create your own form - just use the input components (input field etc.), add a button and add an action to create new record / update existing one.
In order to work with toggle, you need to have data already available on this screen. Toggle changes True/False property of some record immediately. So there are 2 options here:
- you work with already created record (create it on the previous screen, for example)
- you imitate toggle with icon buttons, for example, like in video here: Small hints: Toggle Imitation
Best regards, Victor.