Solved
how to let Child interface rule input value transmit to parent interface?
I have a checkbox need to be choose in a Child interface, and then i want its selected value transmit to parent interface? how to do it?
I have a checkbox need to be choose in a Child interface, and then i want its selected value transmit to parent interface? how to do it?
Let's say this is your child interface:

If you had your parent like this:
a!localVariables(
local!checkbox,
rule!TEST_Child(
checkboxValue: local!checkbox
)
)
Then when you changed your checkbox selections it would save into the local!checkbox local variable in the parent interface.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.