You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Not able to select checkbox option of inline checkbox set

edited Sep 5, 2019 9:14AM in Visual Builder 2 comments

Summary

Not able to select checkbox option of inline checkbox set

Content

Hi,

We are using checkboxset inside the menu button options. On UI screen, when i try to select any checkbox, it is not getting selected.

Below is the code for inline checkboxset :

<div class="oj-flex">
  <div class="oj-flex-item">
    <oj-menu-button id="oj-menu-button-1084591017-1">View
      <oj-menu style="display:none;" slot="menu" id="oj-menu-1084591017-1">
        <oj-option>columns
                 <oj-menu style="display:none;" id="oj-menu-1084591017-2" open-options.display="dropDown">
                 <oj-checkboxset id="checkboxSetId" labelled-by="mainlabelid" value="{{ $variables.TableColumn }}" slot="value" on-value-changed="[[$listeners.checkboxSetIdValue]]">
                 <oj-option id="image" value="Image">Image</oj-option>
                <oj-option id="InvoiceNumber" value="InvoiceNumber">Invoice Number</oj-option>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!