# LionOption [//]: # 'AUTO INSERT HEADER PREPUBLISH' `lion-option` is a selectable within a [lion-select-rich](../select-rich/) ## Features - has checked state - has a modelValue - can be disabled - fully accessible ## How to use ### Installation ```sh npm i --save @lion/select-rich ``` ```js import '@lion/select-rich/lion-select-rich.js'; import '@lion/select-rich/lion-options.js'; import '@lion/option/lion-option.js'; ``` ### Example ```html Red Hotpink ``` You can also set the full modelValue for each option. ```html Red ``` For more details please see [lion-select-rich](../select-rich/).