# bs-accordion ```html My Content 1 My Content 2 My Content 3 ``` ## Bindable properties - **selectedItemId: string** ID of the selected item ## Bindable properties of bs-accordion-item - id - header - selected ## Replacing the header template of an accordion item Instead of just binding a header text, the header of an accordion item can be replaced like in the following examples: ```html My Content 1 ``` ```html My Content 1 ```