The Currency Box view provides an input box for the user to enter a currency amount. It ensures the value is a valid decimal amount during validation.
<Rock:FieldContainer>
<Rock:CurrencyBox Label="Rock Currency Box"
IsRequired="false"
Text="23.98" />
</Rock:FieldContainer>