Hi Gcobani
Thank you for contacting Syncfusion support.
We have checked your reported requirement and we suspect that you need of button group with single selection (radio button like selection). For your convenience, we have prepared the sample based on your requirement. Please find the code and link below.
|
<div class="row">
<div id="text" class="e-btn-group">
<input type="radio" id="left" name="publish" value="left" disabled/> @*set disabled for not in active state*@
<label class="e-btn" for="left">Unpublished</label>
<input type="radio" id="right" name="publish" value="middle" />
<label class="e-btn" for="right">Publish</label>
</div>
</div> |
Could you please check the above details and get back to us with more details, if we misunderstood your requirement or need any further assistance on this.
Regards,
Sangeetha M