static var checkbox: CheckboxToggleStyle
A toggle style that displays a checkbox followed by its label.
あるトグルスタイル、それはチェックボックスに続けてそれのラベルを表示します。
Available when
Self
is CheckboxToggleStyle
.Availability 有効性
Technology
struct CheckboxToggleStyle
Use the checkbox
static variable to create this style:
Toggle("Close windows when quitting an app", isOn: $doesClose)
.toggleStyle(.checkbox)
static var checkbox: CheckboxToggleStyle
Self
is CheckboxToggleStyle
.init()
func makeBody (configuration: CheckboxToggleStyle .Configuration) -> some View
typealias Body
struct DefaultToggleStyle
struct ButtonToggleStyle
struct SwitchToggleStyle