If a template contains some Bool fields, then the radio buttons will go wrong when creating contract on Navigator. E.g. there’ll be a default value for some field but not for other fields (as shown on the screenshot), or when you check the next radio button but the previous selected radio button would just disappear. I guess this is a bug?
template ChildTestRadioBoolButtonOnNavigator
with
owner : Party
name : Text
isCorrectOrder : Bool
isAllowBankerBet : Bool
isAllowMultiBet : Bool
isAllowFieldBet : Bool
where
signatory owner