I am creating Content Fragment model for a react component and there is requirement to show a set of fields if a checkbox is true for the content authors. Is that possible to implement?
For example, if the author checks "show message on expiry" it should display a text field to get message as input. Otherwise the message field should be hidden.