You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Details
Request: #423
Adds `checkbox.bullet` option which defaults to `false`. When `false`
the bullet point is hidden, maintaining the current behavior. When
`true` we execute the bullet point render logic in addition to the
checkbox render logic.
But the option name under the checkbox config is bullet, and you set it to true if you want the bullet point to be rendered (the default value is false).
Is your feature request related to a problem? Please describe.
When checkbox is enabled, it hides bullets (regardless of whether bullets are enabled).
Describe the solution you'd like
Add a boolean option to
checkbox
config calledhide_bullet
, allow setting it to falseDescribe alternatives you've considered
N/A
Additional information
No response
The text was updated successfully, but these errors were encountered: