# Interactive Fieldset Utility Shows/hides inputs based on value of particular input ## Attribute: `uw-interactive-fieldset` ## Params: - `data-conditional-input: string`\ Selector for the input that this fieldset watches for changes - `data-conditional-value: string`\ The value the conditional input needs to be set to for this fieldset to be shown. Can be omitted if conditionalInput is a checkbox ## Example usage: ### example with text input ```html
``` ### example with `