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
This is essentially a sub-issue of #1725 but I feel it's one that should be done as a self-contained job and tracked as such. In anticipation of developing a more "traditional" style of checkbox, as well as a radio button, we're going to rename the current Checkbox (which is awesome but kinda chunky) to Switch.
This issue will track this renaming.
The text was updated successfully, but these errors were encountered:
A new form of Checkbox will be arriving in Textual soon, working in
conjunction with a RadioButton. What was called Checkbox is perhaps a wee
bit heavyweight in terms of visual design, but is a style of widget that
should remain.
With this in mind we're renaming the current Checkbox to Switch. In all
other respects its workings remains the same, only the name has changed.
Things for people to watch out for:
- Imports will need to be updated.
- Queries will need to be updated; special attention will need to be paid to
any queries that are string-based.
- CSS will need to be changed if any Checkbox styling is happening, or if
any Checkbox component styles are being used.
See Textualize#1725 as the initial motivation and Textualize#1746 as the issue for this
particular change.
This is essentially a sub-issue of #1725 but I feel it's one that should be done as a self-contained job and tracked as such. In anticipation of developing a more "traditional" style of checkbox, as well as a radio button, we're going to rename the current
Checkbox
(which is awesome but kinda chunky) toSwitch
.This issue will track this renaming.
The text was updated successfully, but these errors were encountered: