API Docs for: 2.10.19
Show:

oreesh-selectbox-item Class

A group of selectbox items

// Can be created dynamically
var selectboxItem = new OreeshSelectboxItem();


<!-- Or via HTML -->
<!-- Basic example -->
<oreesh-selectbox-item>Apple</oreesh-selectbox-item>
        
<!-- With attributes -->
<oreesh-selectbox-item value="10" selected>Item 10</oreesh-selectbox-item>

Item Index

Attributes

selected

Boolean

Sets the the item as selected

value

String

Sets the value of the item

with-checkbox

Boolean

Adds a checkbox to the selectbox item